summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* /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
* Add a PAE kernel config. This includes GENERIC through the config includejake2003-04-071-0/+107
* Dynamic object dependency mapping: libmap.mdodd2003-04-078-6/+351
* Add support for bounce buffers to _bus_dmamap_load_buffer, which is thejake2003-04-072-40/+126
* resyncimp2003-04-072-2/+9
* Remove an erroneous htole16(). The byte_count field in themux2003-04-071-1/+1
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-074-6/+6
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.mdodd2003-04-073-0/+21
* Minor cleanup of the ATA RAID code.sos2003-04-072-9/+9
* Third round of updates to the ATA driver.sos2003-04-076-62/+136
* RFC1548, section 5.8:fjoe2003-04-071-0/+2
* Implement the '-F' option for mount & umount which allows the user tomdodd2003-04-074-5/+35
OpenPOWER on IntegriCloud