summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on gcc-3.1+ where __func__ is a const char * instead of apeter2002-03-191-2/+2
* Regen; post SMC id's and also pick up a previously forgotten regen(?).peter2002-03-192-2/+49
* Add another SMC device ID and the hub ID that it went with.peter2002-03-191-0/+3
* Add the ia64 bus space tag for the IO ports (!).peter2002-03-192-0/+8
* Use the FreeBSD cross tools instead of the linux ones.peter2002-03-191-9/+9
* Add -ffreestanding to avoid printf/puts/putchar conversionspeter2002-03-194-0/+4
* Boot from efifs first.peter2002-03-192-2/+2
* gcc-3.1 likes to have extra { } around the internal array initializers inpeter2002-03-191-5/+5
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-1935-489/+3181
* Backed out the part of the previous commit related to xargs. It justbde2002-03-191-6/+4
* Add #include so that the previous change compiles.alc2002-03-191-0/+1
* Removed env(1) commands. make(1) uses a real shell, andbde2002-03-191-14/+16
* fix perfmon for DEVFS.alfred2002-03-191-0/+16
* Initialize variables before use. This was needed to pass -Werror.jeff2002-03-191-0/+4
* Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()alc2002-03-191-49/+5
* Close a race when vfs_syscalls.c:checkdirs() runs.alfred2002-03-193-15/+31
* Fixed some printf format errors (hopefully all of the remaining daddr64_tbde2002-03-192-13/+16
* The previous commit missed fixing 2 old printf format errors andbde2002-03-191-3/+3
* Fix printf warning caused by recent changes in bio_pblkno's type.gallatin2002-03-191-1/+2
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+4
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toimp2002-03-182-4/+4
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'alfred2002-03-181-1/+1
* Add a USB comm driver.joe2002-03-1812-0/+3071
* Back out the modification of vm_map locks from lockmgr to sx locks. Thegreen2002-03-186-104/+89
* Cleanup the chipset setup a bit.sos2002-03-181-6/+12
* Unbreak the build of smbfs.ko.mux2002-03-181-0/+6
* Add support for the ServerWorks CSB5 chipssos2002-03-182-5/+60
* Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.dfr2002-03-181-6/+2
* lint the previous lint commit.ru2002-03-182-2/+2
* Fix spelling.dfr2002-03-181-1/+1
* Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,alc2002-03-182-20/+8
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-184-26/+80
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* Add hooks for very basic IPFilter support in bridging. Set,cjc2002-03-181-5/+42
* Changes and fixes in preparation for UMA:benno2002-03-173-36/+87
* Lowercase all of the trap names.benno2002-03-172-96/+96
* Clean up and fix up copyin and copyout.benno2002-03-172-28/+40
* s/options\t\t/options \t/des2002-03-172-2/+2
* Spelling: s/guesst/guessed/cjc2002-03-172-2/+2
* Need a different #include for the userland regression test.phk2002-03-171-1/+1
* Make this compile in the userland-regression testsuite again.phk2002-03-171-13/+3
* Remove vm_object_count: It's unused, incorrectly maintained and duplicatesalc2002-03-171-4/+1
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-172-0/+6
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-1754-1774/+229
* Change the giant-dropping method a fair bit to keep WITNESS morephk2002-03-171-8/+6
* Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(),alc2002-03-171-13/+3
* Forgot to remove the old g_malloc() call when I split it.phk2002-03-171-2/+0
* Regen for 1.28 of pccarddevsimp2002-03-171-1/+7
OpenPOWER on IntegriCloud