summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-1317-438/+461
* Brucification.bms2004-02-138-38/+43
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* Fixed longstanding brokenness of inode updates. The waitfor flag wasbde2004-02-132-8/+0
* MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.nyan2004-02-136-1893/+107
* MFi386: revisions 1.74 and 1.75.nyan2004-02-131-3/+1
* MFi386: revision 1.20 (don't strip kgzldr.o)nyan2004-02-131-0/+1
* - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.ume2004-02-131-38/+42
* supported IPV6_RECVPATHMTU socket option.ume2004-02-137-10/+72
* Merged from kmod.mk,v 1.152: strip debugging symbols even when notru2004-02-131-0/+3
* Don't override the standard SYSTEM_LD setting from kern.pre.mk.ru2004-02-132-6/+1
* Back out my last commit to syscons, things seem to be far more evilphk2004-02-131-9/+5
* Reduce the number of knobs controlling the build of debug modulesru2004-02-132-8/+7
* Removed -g from CFLAGS. There is a better way to build debuggingru2004-02-1310-16/+6
* We didn't strip debugging symbols from .ko if DEBUG was undefined.ru2004-02-131-0/+3
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-134-8/+8
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-132-10/+0
* MFextfs: backed out secondary changes in rev.1.40 that had become justbde2004-02-131-6/+1
* Fix style bugs in previous commit.kuriyama2004-02-131-2/+6
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-1217-71/+55
* Fixed the fatal bug introduced in previous commit: don't stripru2004-02-121-0/+1
* Clean CLEANFILES.ru2004-02-121-1/+1
* Don't use makedev() to hack up dev_t's early in boot, do it rightphk2004-02-121-5/+9
* Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove()alc2004-02-121-2/+2
* Use the PCIR_BAR() macro rather than a magic number to specify the BARjhb2004-02-121-1/+1
* Correct the cleanup of the alias dev_t for /dev/urandom: being anphk2004-02-121-3/+1
* Fix a whitespace nit.jhb2004-02-121-1/+1
* Give both consumers and providers a {void *private, u_int index} whichphk2004-02-121-1/+8
* Update the prototype for tcpsignature_apply() to reflect the spelling ofbms2004-02-123-5/+5
* style(9) pass; whitespace and comments.bms2004-02-123-40/+48
* Remove an unnecessary initialization that crept in from the code whichbms2004-02-122-4/+2
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-123-35/+38
* Fixed some minor style bugs (English usage and formatting of binarybde2004-02-121-12/+13
* Work-in-progress for the 'Kauai' ATA device in Mac notebooks. Thegrehan2004-02-122-0/+191
* Add sys file required for IEEE fp functions.grehan2004-02-121-0/+37
* Reverse lock order by using local variable. This will shut up "acquiringkuriyama2004-02-121-4/+6
* Tidy up makefiles.ru2004-02-128-264/+74
* Remove register keyword and constify tmp values. This fixesgrehan2004-02-121-3/+3
* Always socantsendmore() before deallocating a socket. This, in turn,green2004-02-121-0/+7
* Correct instance of *timeout that should have been timeout.wpaul2004-02-111-1/+1
* kzip(8) is long dead.ru2004-02-111-2/+0
* When reparenting a process to init, make sure that p_sigparent istruckman2004-02-112-0/+2
* Overhaul makefiles.ru2004-02-117-115/+61
* Add yet more bulletproofing. This is to guard against the case thatwpaul2004-02-112-33/+55
* _start.S -> _start.s as the latter is pure asm file.ru2004-02-112-9/+1
* Added g_print_bio() function to print informations about given bio.pjd2004-02-112-0/+35
* Argh! Fix a bogon. lim_cur() was returning the hard (max) limit ratherjhb2004-02-111-1/+1
* Removed more vestiges of vfs_ioopt:bde2004-02-111-38/+4
* Use automatic major number allocation for the nfs4 device instead oftjr2004-02-111-3/+1
* Interrupt statistics, vmstat -i now works.grehan2004-02-115-26/+59
OpenPOWER on IntegriCloud