aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use struct fw_device in fwmem.cHidetoshi Shimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.Hidetoshi Shimokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-4/+4
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-37/+36
* Use better return types and a couple of casts to eliminate warnings onScott Long2002-11-121-7/+7
* - clean upHidetoshi Shimokawa2002-11-121-15/+3
* Fix two typos from the previous commit. This code is definitely infectious.Scott Long2002-11-121-2/+2
* Step one of cleaning and fixing cardbus:Scott Long2002-11-121-64/+91
* - Remove unused code.Hidetoshi Shimokawa2002-11-122-394/+178
* Restrict process count in fwohci_arcv() and fwohci_ircv().Hidetoshi Shimokawa2002-11-121-12/+18
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-1218-119/+0
* Correct an assertion in the code to traverse the list of locks to find anJohn Baldwin2002-11-111-1/+1
* Capitalize the first letter of device descriptionsMaxime Henrion2002-11-112-4/+4
* Garbage collect definition of M_MACOPVEC -- we no longer perform aRobert Watson2002-11-119-18/+0
* Remove extra #include<sys/vmmeter.h>.Olivier Houchard2002-11-111-1/+0
* atomic_set_8 isn't MI. Instead, follow Jake's suggestions aboutMatt Jacob2002-11-113-5/+7
* Declare the snp ioctl()s to work on udev_t, since that is what theyThomas Moestl2002-11-112-3/+3
* Warning fixes.Maxime Henrion2002-11-112-6/+8
* Warning fix.Maxime Henrion2002-11-112-4/+4
* Don't override CWARNFLAGS in these Makefiles.Maxime Henrion2002-11-113-6/+0
* Don't override CWARNFLAGS in this Makefile.Maxime Henrion2002-11-111-2/+0
* ia64 ABI breaker:Marcel Moolenaar2002-11-111-30/+17
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()Alan Cox2002-11-116-12/+13
* Comment-out USB support. A kernel doesn't boot with it. Deal with itMarcel Moolenaar2002-11-111-12/+12
* o Include <sys/uuid.h>. This avoids that applications such asMarcel Moolenaar2002-11-101-1/+3
* Change the device path representation in libofw to use the full firmwareJake Burkholder2002-11-1011-646/+92
* a better solution to building FAST_IPSEC w/o INET6Sam Leffler2002-11-102-8/+0
* Use atomic_set_8 on the us_freelist maps as they are not otherwiseMatt Jacob2002-11-101-2/+2
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanAlan Cox2002-11-107-22/+22
* Replace {disable,enable}_intr() with critical_{enter,exit}().Matthew N. Dodd2002-11-102-6/+6
* Fix an error case in vm_map_wire(): unwiring of an entry during cleanupAlan Cox2002-11-091-2/+2
* Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOSMitsuru IWASAKI2002-11-092-92/+156
* Fix an unparenthasized macro argument. md5s differ but this is likelyAlfred Perlstein2002-11-091-1/+1
* Print real / avail memory in megabytes rather than kilobytes.Dag-Erling Smørgrav2002-11-098-30/+32
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-0918-93/+95
* In vm_page_remove(), avoid calling vm_page_splay() if the object's memqAlan Cox2002-11-091-10/+13
* temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;Sam Leffler2002-11-081-0/+3
* FAST_IPSEC fixups:Sam Leffler2002-11-083-5/+42
* fixup FAST_IPSEC build w/o INET6Sam Leffler2002-11-082-2/+8
* correct fast ipsec logic: compare destination ip address against theSam Leffler2002-11-081-1/+1
* correct minor # in make_dev callSam Leffler2002-11-081-1/+1
* change load order so module is present before crypto driversSam Leffler2002-11-081-1/+1
* - Move netsmb entries over to MI files. netsmb appears to be MI code.John Baldwin2002-11-083-21/+11
* Print daddr_t's with %j and intmax_t.John Baldwin2002-11-081-4/+5
* Fix some sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-082-4/+4
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-083-4/+4
* Fix a sizeof(int) != sizeof(void *) warning.John Baldwin2002-11-081-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-084-12/+12
* - Move opt_fb.h earlier so it covers included headers.John Baldwin2002-11-081-6/+5
* Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined inJohn Baldwin2002-11-081-2/+2