summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID().obrien2003-06-027-12/+20
* Use __FBSDID().obrien2003-06-0241-84/+130
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-025-19/+256
* The devclass is an object type, mark it as such.ru2003-06-022-5/+5
* Restore one usage of .Ar that was legal.ru2003-06-021-1/+1
* This commit was generated by cvs2svn to compensate for changes in r115698,des2003-06-021-2/+1
|\
| * Remove debugging output (perforce change #32378)des2003-06-021-2/+1
* | Assorted mdoc(7) fixes.ru2003-06-027-57/+63
* | Fix sectorsize != 512 on i386 and pc98. Add test cases for same.phk2003-06-022-21/+39
* | Assorted mdoc(7) fixes.ru2003-06-026-249/+373
* | Unwind the _giant_mutex from pthread_detach(). When detaching a joiner threadmtm2003-06-021-8/+8
* | Consolidate static_init() and static_init_private into one function.mtm2003-06-021-17/+11
* | Fix SIGINFO handling: do not print incorrect timing statisticsmaxim2003-06-021-6/+6
* | Fix a typo in an ATM media name. As this name was not use yet, no problemsharti2003-06-021-1/+1
* | Remove unused #ifdef BRIDGE.maxim2003-06-021-5/+0
* | [rev 1.26 log cont.]obrien2003-06-020-0/+0
* | I got a bazzar bug reportobrien2003-06-021-2/+2
* | Add zh_CN.GBK to ASCIILINKSache2003-06-021-1/+1
* | Use __FBSDID().obrien2003-06-0219-32/+57
* | Use __FBSDID().obrien2003-06-0240-40/+120
* | Turn back on c99, the tree should be ready for it now.obrien2003-06-021-1/+1
* | Use __FBSDID().obrien2003-06-024-8/+12
* | Something funky is going on here... disabling CSTD makes it go away...obrien2003-06-021-0/+1
* | Use __FBSDID().obrien2003-06-026-11/+17
* | MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.peter2003-06-021-1/+1
* | Explicitly compare the values returned by chdir(2) and chroot(2) to -1.mtm2003-06-021-1/+1
* | Replace if_fxp's handrolled defrag function with m_defrag.silby2003-06-021-14/+3
* | Bump __FreeBSD_version to 510100 for 5.1-CURRENTscottl2003-06-021-1/+1
* | We are at 5.1-CURRENT nowscottl2003-06-021-1/+1
* | Document netfs_types.gordon2003-06-021-0/+6
* | Fix a style nit.obrien2003-06-021-1/+1
* | Don't use ## to concatinate to two things that don't together make a C token.obrien2003-06-021-1/+1
* | Don't use a C compiler to assemble a pure asm file.obrien2003-06-021-2/+5
* | Best we can do with this is c89.obrien2003-06-021-0/+1
OpenPOWER on IntegriCloud