summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement relative mixer adjustment.mdodd2003-04-092-13/+51
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Add ahd.jake2003-04-091-1/+0
* Compile with PAE.jake2003-04-091-1/+2
* I forgot a rather crucial cast when I made this sectorsize agnostic.phk2003-04-091-12/+12
* Only be verbose if (bootverbose)phk2003-04-091-3/+6
* Update these two reference vectors.phk2003-04-092-0/+9
* With the magic sequence checks removed this class is downright dangerousphk2003-04-091-6/+11
* Add script to run kernel based regression test and the reference vectorsphk2003-04-0916-0/+151
* Utility to load one of our XML images into a MD(4) device.phk2003-04-092-0/+285
* 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
OpenPOWER on IntegriCloud