summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-093-24/+47
* Add usbhidaction(1).mdodd2003-04-094-0/+614
* Diskinfo is a small program to access the basic properties of a disk device:phk2003-04-094-0/+384
* Correctly split cyl/sects bytes when we print them.phk2003-04-091-2/+5
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-094-9/+9
* At least pretend to handle USB_GET_REPORT_ID.mdodd2003-04-091-0/+4
* Explicitely document the locking requirements for the malloc interface.harti2003-04-091-69/+67
* Let libdevstat calculate the device-busy % instead of home-rolling.phk2003-04-091-13/+5
* If rounding results in -epsilon device busy %, set it to zero.phk2003-04-091-0/+2
* Add a man page for options PAE.jake2003-04-092-1/+126
* Add some missing prototypes to eliminate some warnings. These alreadydas2003-04-091-0/+21
* /strtopx/ s/result/&result/das2003-04-092-2/+2
* o Add jls(8) for listing active jails.mike2003-04-0911-24/+320
* Regen.mike2003-04-095-7/+15
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-0911-111/+403
* Fix if_vr's handling of vr_encap failures. 3 parts:silby2003-04-092-20/+18
* Sync with NetBSD.mdodd2003-04-0910-190/+135
* The fxp(4) driver is now working on sparc64 too!mux2003-04-081-1/+1
* Almost the finished article.phk2003-04-081-23/+276
* - Pass a busdma tag and a busdma map to fxp_dma_wait() so thatmux2003-04-081-8/+13
* Add an XXX comment for the atomic operation in the __alpha__mux2003-04-081-1/+3
* Remove some dead code.alc2003-04-081-8/+1
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-082-2/+2
* Band-aid for the "^C kills the editor" problem. I haven't yet found thedes2003-04-081-10/+6
* Fix breakage on sparc64.sos2003-04-081-2/+2
* - Endian fixes.mux2003-04-081-5/+6
* PAM-related improvements:des2003-04-081-37/+59
* Connect the pam_chroot(8) module to the build.des2003-04-081-0/+1
* Add a cwd option which specifies where to chdir(2) after the chroot(2).des2003-04-082-6/+22
* Introduce debug.log which gets debug.* (most of this would otherwise godes2003-04-083-0/+4
* Use the new _ND macros to not include the description strings. If anyimp2003-04-081-40/+43
* Create new _ND versions to allow one to not specify the description beimp2003-04-081-0/+5
* Don't set the decription, since the pccard layer does that for us now.imp2003-04-081-10/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-0831-66/+52
* Fix the hangs people have been seeing. For some reason, themux2003-04-081-11/+7
* Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does notmarcel2003-04-082-2/+0
* Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the firstjake2003-04-081-0/+2
* Fix a long standing bug in handling the last part of a stripesos2003-04-082-7/+43
* Inherit blocked thread's context for upcall thread.davidxu2003-04-082-14/+10
* MFp4: when you can't allocate a resource, print a message, don't panic.imp2003-04-081-0/+19
* MFP4:imp2003-04-081-3/+21
* u_int*_t -> uint*_timp2003-04-081-14/+14
* Don't need to read this config register if we're just going toimp2003-04-081-2/+1
* MFp4: Massively unbreak module loading/unloading:imp2003-04-081-62/+32
* Use vm_paddr_t for physical addresses.jake2003-04-0823-102/+102
* Quick fix so that the watchdog timer is not set unless packets aresilby2003-04-081-4/+5
* Fix up callers of xl_encap so that they handle a failure responsesilby2003-04-081-3/+10
* Bump the date.mdodd2003-04-071-1/+1
* Bump the date for recent commits.mdodd2003-04-072-2/+2
* Correct the maxsize and maxsegsz parameters for themux2003-04-071-7/+7
OpenPOWER on IntegriCloud