| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typo in the last revision. | ceri | 2004-03-27 | 1 | -1/+1 |
* | -N without -M is pointless. | ru | 2004-03-26 | 2 | -12/+10 |
* | Update information of how pstat(8) accesses the running system. | ru | 2004-03-26 | 1 | -12/+15 |
* | Note that only one webnfs share is allowed per NFS server. | ceri | 2004-03-22 | 1 | -0/+3 |
* | On startup, warn if inetd's config file doesn't exist. This isn't | dwmalone | 2004-03-22 | 1 | -0/+2 |
* | Fixed a warning. | ru | 2004-03-17 | 1 | -1/+1 |
* | Fix typo | brueffer | 2004-03-17 | 2 | -2/+2 |
* | o Start sentences on new lines | brueffer | 2004-03-17 | 2 | -16/+34 |
* | Language cleanup | brueffer | 2004-03-17 | 2 | -18/+18 |
* | Move the _arlconfig define in the existing i386 section. | nyan | 2004-03-17 | 1 | -3/+1 |
* | Implement "arlconfig arlX quality". | fjoe | 2004-03-16 | 5 | -287/+123 |
* | Fix copyrights and mandoc markup. | fjoe | 2004-03-16 | 2 | -16/+16 |
* | Use void * instead of char * to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 1 | -17/+12 |
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 4 | -96/+116 |
* | o Add an -S option to not attempt to ascertain the validity of a shell. | mtm | 2004-03-16 | 2 | -13/+59 |
* | The arlconfig is needed on i386 only. | nyan | 2004-03-16 | 1 | -0/+2 |
* | Add arl(4): driver for Aironet Arlan 655 wireless adapters. | fjoe | 2004-03-15 | 6 | -0/+1709 |
* | Remove bogus (void **) casts. This unbreaks the -O2 build. | des | 2004-03-15 | 1 | -3/+3 |
* | The gsc driver has been retired, so retire its control program. | imp | 2004-03-14 | 4 | -274/+0 |
* | These go along with the stl and stli drivers, recently removed. | imp | 2004-03-14 | 13 | -3159/+0 |
* | Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago. | peter | 2004-03-13 | 1 | -2/+0 |
* | Don peril-sensitive glasses and throw the switch to move nologin(8) from | cperciva | 2004-03-13 | 1 | -0/+1 |
* | Add missing spaces after "logconfig" in example lines. | cperciva | 2004-03-13 | 1 | -2/+2 |
* | Add standard copyright notice; fix style bugs. (Reported by bde) | cperciva | 2004-03-13 | 1 | -9/+26 |
* | When nologin(8) is installed in /usr/sbin/, create a symlink from | cperciva | 2004-03-13 | 1 | -7/+2 |
* | Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history | trhodes | 2004-03-12 | 2 | -1/+371 |
* | Unremoved a used variable in the PCCARD_ARCH case. | bde | 2004-03-12 | 1 | -0/+3 |
* | Remove unused variables. | jhb | 2004-03-11 | 4 | -8/+1 |
* | Fixed assorted misuses of NULL in integer context. | bde | 2004-03-11 | 12 | -16/+16 |
* | Fixed mispellings of '\0' as NULL. | bde | 2004-03-11 | 1 | -2/+2 |
* | Remove information about the configuration file. | trhodes | 2004-03-11 | 1 | -308/+3 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-10 | 1 | -1/+1 |
* | Make libgeom usable by C++ programs: | jhb | 2004-03-09 | 1 | -9/+10 |
* | Link pf to the build and install: | mlaier | 2004-03-08 | 1 | -0/+5 |
* | Shift file locking to source file instead of temp file. This fixes | kensmith | 2004-03-08 | 2 | -8/+5 |
* | Add a check for wtmp records which have invalid values for ut_time. Wtmp | gad | 2004-03-08 | 1 | -12/+64 |
* | Compile 'ac' with DEBUG when arch==sparc64. | gad | 2004-03-08 | 1 | -0/+5 |
* | Add a debug-statement from NetBSD, and then rework all debug-statements | gad | 2004-03-08 | 1 | -9/+82 |
* | In the case where /etc/rc.d/ is empty, do not bogusly ask the user if | dougb | 2004-03-07 | 1 | -1/+1 |
* | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | wpaul | 2004-03-07 | 2 | -9/+159 |
* | Set MAKEOBJDIRPREFIX in the environment, like God intended. This | ru | 2004-03-06 | 1 | -3/+3 |
* | Use ascii null char ('\0') instead of NULL. | nyan | 2004-03-05 | 1 | -2/+2 |
* | fix reference to sysctl variable: machdep.an_cache_mode -> hw.an.an_cache_mode | rse | 2004-03-05 | 1 | -1/+1 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 5 | -4/+5 |
* | Fix style breakage. | takawata | 2004-03-05 | 1 | -0/+1 |
* | Eliminate hard sentence breaks. | trhodes | 2004-03-04 | 1 | -8/+19 |
* | Make unprivilaged user can see battery info. | takawata | 2004-03-04 | 1 | -2/+5 |
* | Make rpc.lockd bind to a reserved port, since there are NFS clients | roam | 2004-03-04 | 1 | -0/+18 |
* | Add a new option to mountd(8), -p <port>. This allows the user to specify | bms | 2004-03-04 | 2 | -7/+76 |
* | Minor style(9) fixes. remove a register keyword, correct two indents. | gad | 2004-03-03 | 1 | -3/+3 |