| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed assorted misuses of NULL in integer context. | Bruce Evans | 2004-03-11 | 12 | -16/+16 |
| * | Fixed mispellings of '\0' as NULL. | Bruce Evans | 2004-03-11 | 1 | -2/+2 |
| * | Remove information about the configuration file. | Tom Rhodes | 2004-03-11 | 1 | -308/+3 |
| * | Fixed a misspelling of 0 as NULL. | Bruce Evans | 2004-03-10 | 1 | -1/+1 |
| * | Make libgeom usable by C++ programs: | John Baldwin | 2004-03-09 | 1 | -9/+10 |
| * | Link pf to the build and install: | Max Laier | 2004-03-08 | 1 | -0/+5 |
| * | Shift file locking to source file instead of temp file. This fixes | Ken Smith | 2004-03-08 | 2 | -8/+5 |
| * | Add a check for wtmp records which have invalid values for ut_time. Wtmp | Garance A Drosehn | 2004-03-08 | 1 | -12/+64 |
| * | Compile 'ac' with DEBUG when arch==sparc64. | Garance A Drosehn | 2004-03-08 | 1 | -0/+5 |
| * | Add a debug-statement from NetBSD, and then rework all debug-statements | Garance A Drosehn | 2004-03-08 | 1 | -9/+82 |
| * | In the case where /etc/rc.d/ is empty, do not bogusly ask the user if | Doug Barton | 2004-03-07 | 1 | -1/+1 |
| * | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | Bill Paul | 2004-03-07 | 2 | -9/+159 |
| * | Set MAKEOBJDIRPREFIX in the environment, like God intended. This | Ruslan Ermilov | 2004-03-06 | 1 | -3/+3 |
| * | Use ascii null char ('\0') instead of NULL. | Yoshihiro Takahashi | 2004-03-05 | 1 | -2/+2 |
| * | fix reference to sysctl variable: machdep.an_cache_mode -> hw.an.an_cache_mode | Ralf S. Engelschall | 2004-03-05 | 1 | -1/+1 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 5 | -4/+5 |
| * | Fix style breakage. | Takanori Watanabe | 2004-03-05 | 1 | -0/+1 |
| * | Eliminate hard sentence breaks. | Tom Rhodes | 2004-03-04 | 1 | -8/+19 |
| * | Make unprivilaged user can see battery info. | Takanori Watanabe | 2004-03-04 | 1 | -2/+5 |
| * | Make rpc.lockd bind to a reserved port, since there are NFS clients | Peter Pentchev | 2004-03-04 | 1 | -0/+18 |
| * | Add a new option to mountd(8), -p <port>. This allows the user to specify | Bruce M Simpson | 2004-03-04 | 2 | -7/+76 |
| * | Minor style(9) fixes. remove a register keyword, correct two indents. | Garance A Drosehn | 2004-03-03 | 1 | -3/+3 |
| * | Convert K&R-style routine definitions to C89 style, partially to reduce | Garance A Drosehn | 2004-03-03 | 1 | -33/+13 |
| * | Add command line option for chrootdir, all pkg_add(8) operations will be | Ken Smith | 2004-03-01 | 2 | -3/+39 |
| * | This is an initial whitespace cleanup commit, new content to follow. | Ken Smith | 2004-03-01 | 1 | -19/+38 |
| * | Revert previous change. The effect of -w or -W option is described in | Philippe Charnier | 2004-02-29 | 1 | -1/+1 |
| * | Make rmuser now also remove ipc resources. Also, fix a few minor | Jens Schweikhardt | 2004-02-29 | 1 | -4/+18 |
| * | Add skeleton build dirs for pf userland: | Max Laier | 2004-02-28 | 1 | -0/+26 |
| * | o Now when the Cold War is ended we can confess our pppd(8) supports | Maxim Konovalov | 2004-02-28 | 1 | -0/+6 |
| * | Rename the WATCHDOG option to SW_WATCHDOG and make it use the | Poul-Henning Kamp | 2004-02-28 | 4 | -55/+210 |
| * | Add extra sanity check for SDP packets in libsdp(3) | Maksim Yevmenkin | 2004-02-26 | 1 | -1/+3 |
| * | Backed out previous commit (bogus addition of -static to CFLAGS). | Bruce Evans | 2004-02-26 | 1 | -3/+2 |
| * | Fix endianes bug | Maksim Yevmenkin | 2004-02-25 | 1 | -0/+3 |
| * | According to source code, under certain conditions, logging goes to the | Philippe Charnier | 2004-02-25 | 1 | -1/+1 |
| * | Update manual page. | Poul-Henning Kamp | 2004-02-25 | 1 | -19/+26 |
| * | Recognize "auto" format. | Poul-Henning Kamp | 2004-02-25 | 2 | -6/+47 |
| * | Set size field correctly, it is number of sectors on the device, not | Poul-Henning Kamp | 2004-02-25 | 1 | -2/+6 |
| * | Add an 'add' command to ugidfw(8), which permits specifying a new | Robert Watson | 2004-02-25 | 2 | -10/+65 |
| * | Have edquota honour MAXLOGNAME rather than hardcoding the maximum | Ceri Davies | 2004-02-24 | 1 | -1/+1 |
| * | style.Makefile(5): | Johan Karlsson | 2004-02-23 | 5 | -5/+5 |
| * | Teach rfcomm_pppd(8) how to register Bluetooth LAN service with local sdpd(8) | Maksim Yevmenkin | 2004-02-23 | 2 | -19/+88 |
| * | Report login attempts to syslog. Due to the statically-linked nature of | Colin Percival | 2004-02-22 | 2 | -1/+21 |
| * | Normalize polling interval while the target is offline. | Hidetoshi Shimokawa | 2004-02-20 | 2 | -7/+13 |
| * | Clarify the "lp" description to mention port@host syntax. | Tim Kientzle | 2004-02-19 | 1 | -1/+1 |
| * | Add "-q" argument to setfmac and setfsmac to allow the patient but | Robert Watson | 2004-02-18 | 3 | -13/+27 |
| * | l2ping(8) should not loose echo data if target does not responds to the ping | Maksim Yevmenkin | 2004-02-17 | 2 | -24/+36 |
| * | Whitespace nit. | Dag-Erling Smørgrav | 2004-02-17 | 1 | -1/+1 |
| * | The callrpc call to unmonitor hosts was passing the wrong xdr | Alfred Perlstein | 2004-02-17 | 1 | -2/+2 |
| * | Add -d flag to monitor BIO_DELETE operations too | Poul-Henning Kamp | 2004-02-15 | 2 | -4/+27 |
| * | Initial import of RFC 2385 (TCP-MD5) digest support. | Bruce M Simpson | 2004-02-11 | 3 | -4/+22 |