summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document that kldload(2) can also return EEXIST.hmp2003-06-031-0/+4
* Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS sectionbde2003-06-031-3/+1
* Fixed exit code in previous commit. "var++" to set a flag to nonzerobde2003-06-031-5/+9
* Teach recent changes in the umtx structure in the kernel to the libthrmtm2003-06-031-1/+1
* Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.grog2003-06-031-3/+2
* The midway driver has been busdmaified and is not i386-specific anymore.harti2003-06-034-64/+18
* - Remove the blocked pointer from the umtx structure.jeff2003-06-033-174/+164
* Don't deregister the kld on resetconfig, only when we're really readygrog2003-06-031-3/+3
* Free memory of internal low level lock when mutex and condition variabledavidxu2003-06-034-0/+18
* When scanning for changed containers, don't assume that the controllerscottl2003-06-031-7/+10
* Two enhancements for kdump.peter2003-06-032-21/+101
* Turn on btxld for amd64.peter2003-06-031-0/+4
* Add AMD64 support.peter2003-06-032-1/+5
* Add support for generic PMCICA ATA CARDimp2003-06-031-0/+1
* Sync to 1.51imp2003-06-031-1/+4
* Add another PCMCIA IDE CARDimp2003-06-031-0/+1
* Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).kbyanc2003-06-021-3/+6
* Merge from private version:sam2003-06-021-50/+127
* Redo locking for better SMP suport:sam2003-06-021-15/+18
* Redo locking for proper SMP operation:sam2003-06-022-52/+50
* Flush my local cache of cryto subsystem fixes:sam2003-06-023-18/+43
* Cosmetic; record offsets used within jmpbufpeter2003-06-023-30/+30
* From the df man page:jkh2003-06-021-0/+9
* Update for amd64 after repocopy from i386/peter2003-06-021-2/+1
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofpeter2003-06-023-2/+21
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskpeter2003-06-021-0/+1
* Fix restarted syscalls. When we rewind %rip, we also need to restorepeter2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingpeter2003-06-021-3/+3
* Tidy the code up a fraction. Re-release with a 2-clause BSD licensemarkm2003-06-021-19/+33
* Further devilification of CCD:phk2003-06-024-384/+203
* Use GEOM OAM api to retrive list of configured ccd devices.phk2003-06-022-0/+22
* Begin deevilification of CCD:phk2003-06-022-2/+112
* Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbagetegge2003-06-021-0/+1
* Return an indicative error message.phk2003-06-021-1/+3
* Add some missing items to the make clean target.jhb2003-06-021-1/+2
* Disconnect libcipher from the build. It only does DES, and we alreadymarkm2003-06-021-1/+1
* Hardcore supported encodings listache2003-06-021-1/+11
* write pattern to /dev/ccd3 not /dev/ccd3cphk2003-06-021-1/+1
* Add a new hash type. This "NT-hash" is compatible with the passwordmarkm2003-06-025-11/+123
* Strip the private blowfish code down to only that which ismarkm2003-06-023-263/+4
* Modernise. Use libcrypto instead of libcipher for DES.markm2003-06-023-382/+427
* Modernise. Use libcrypto for DES instead of libcipher.markm2003-06-023-52/+51
* Also implement mpo_copy_mbuf_label() for mac_lomac, or labels mayrwatson2003-06-021-0/+1
* We have at least one consumer of the upcoming FreeBSD 4.9.ru2003-06-021-0/+1
* Document new (starting with 5.x) __FreeBSD_version scheme.obrien2003-06-021-0/+2
* Add a missing return statement to distExtractTarball().tmm2003-06-021-0/+1
* Oops, __FreeBSD_version should be 501100, not 510100. The former impliesscottl2003-06-021-1/+1
* s/u_short/unsigned short/ to make this compile if _POSIX_C_SOURCE=200112schweikh2003-06-021-19/+19
* Use mac_biba_label_copy() and mac_mls_label_copy() to implement therwatson2003-06-022-0/+2
* Use __FBSDID().obrien2003-06-023-9/+9
OpenPOWER on IntegriCloud