| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID(). | markm | 2001-12-02 | 10 | -18/+50 |
* | Use __FBSDID(). | markm | 2001-12-02 | 1 | -5/+4 |
* | Use __FBSDID() | markm | 2001-12-02 | 4 | -16/+12 |
* | WARNS=2 fix, remove 'register' and use __FBSDID(). | markm | 2001-12-02 | 7 | -72/+77 |
* | o Expand the explaination of the -b option WRT the resulting | jedgar | 2001-12-02 | 1 | -3/+13 |
* | Use the merged strtod.c everywhere. This has been tested on alpha and | peter | 2001-12-02 | 1 | -10/+1 |
* | o Correct error message forgotten in the last commit (malloc() -> calloc()) | jedgar | 2001-12-02 | 1 | -3/+2 |
* | o Uniformly copy uap arguments into local variables before grabbing | rwatson | 2001-12-02 | 1 | -3/+1 |
* | o Remove KSE race in setuid() in which oldcred was preserved before giant | rwatson | 2001-12-02 | 1 | -1/+1 |
* | o General style, formatting, etc, improvements: | rwatson | 2001-12-02 | 1 | -167/+107 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 4 | -6/+15 |
* | WARNS=2 fixup | markm | 2001-12-02 | 16 | -56/+58 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 5 | -8/+8 |
* | WARNS=2 fix and 'register' removal. | markm | 2001-12-02 | 3 | -28/+31 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 4 | -8/+12 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 7 | -34/+44 |
* | make LOCKF_DEBUG kernel option work (sorta) | alfred | 2001-12-02 | 1 | -10/+26 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 8 | -22/+30 |
* | Remove specific reference to ASCII space (' '), it is true for localized | ache | 2001-12-02 | 1 | -1/+1 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 7 | -18/+24 |
* | Style. Use __P() macro (Yuk!). | markm | 2001-12-02 | 1 | -5/+5 |
* | ARG! committed the wrong patch!! I need more sleep :( | sos | 2001-12-02 | 1 | -1/+1 |
* | Oops, lost a line in the previous commit. | sos | 2001-12-02 | 1 | -1/+2 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 5 | -34/+81 |
* | WARNS=2 fixups. | markm | 2001-12-02 | 5 | -23/+33 |
* | Added OpenBSD 3.0. | wosch | 2001-12-02 | 1 | -1/+2 |
* | NetBSD 1.4 branch and NetBSD 1.5 branch are still alive. | wosch | 2001-12-02 | 1 | -3/+5 |
* | prototype functions and fix some line wrapping | alfred | 2001-12-02 | 1 | -6/+16 |
* | Initial support for the newer SiS chipsets, based on docs we finally | sos | 2001-12-02 | 2 | -17/+109 |
* | Make it works for non ASCII compatible encodings too. | ache | 2001-12-02 | 6 | -42/+42 |
* | Enable build of smbfs. It works now as before on both UP and MP machines. | bp | 2001-12-02 | 1 | -2/+1 |
* | Catch up with KSE changes. | bp | 2001-12-02 | 5 | -155/+158 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | dillon | 2001-12-02 | 5 | -19/+56 |
* | Pull netsmb requester from the pre-KSE world. This update mostly based | bp | 2001-12-02 | 10 | -176/+188 |
* | Adding man page for the em driver. | pdeuskar | 2001-12-02 | 2 | -0/+148 |
* | This is the first commit of the Intel gigabit driver for | pdeuskar | 2001-12-02 | 10 | -0/+7590 |
* | Re-enable the ciss driver, now that it should be building again. | msmith | 2001-12-02 | 1 | -1/+1 |
* | Catch up with the proc -> d_thread_t change. | msmith | 2001-12-02 | 2 | -5/+13 |
* | Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf, | matusita | 2001-12-02 | 2 | -6/+2 |
* | Sysinstall cleanups for installation: | matusita | 2001-12-02 | 4 | -44/+58 |
* | o Update copyright. | jedgar | 2001-12-02 | 1 | -17/+37 |
* | Add functionality and fix bugs so the driver will work with soon-to-be | scottl | 2001-12-02 | 7 | -41/+217 |
* | Add manpages describing various vfs and vm APIs. | alfred | 2001-12-02 | 10 | -6/+701 |
* | Use calloc(3) instead of rolling our own. | jedgar | 2001-12-02 | 1 | -2/+1 |
* | Sort includes. | markm | 2001-12-02 | 2 | -7/+7 |
* | Style fixups. | markm | 2001-12-01 | 4 | -47/+48 |
* | Work around world breakage in previous commit. The bug is in | bde | 2001-12-01 | 1 | -2/+2 |
* | Fix namespace pollution by protecting names used as arguments. | markm | 2001-12-01 | 1 | -5/+7 |
* | Protect names that are used elsewhere. This fixes WARNS=2 breakage | markm | 2001-12-01 | 1 | -4/+4 |
* | WARNS=2 fixes. | markm | 2001-12-01 | 6 | -79/+118 |