| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace the 'at least the amount of physical memory + 64K' with a better | Matthew Dillon | 2002-07-09 | 1 | -2/+5 |
| * | Oops, the previous revision (1.22) introduced a potential alignment | Ian Dowse | 2002-07-08 | 1 | -15/+20 |
| * | Fixed some world breakage caused by not updating clients when <timeconv.h> | Bruce Evans | 2002-07-08 | 1 | -0/+1 |
| * | - Do not include <utmp.h> for no reason. | Robert Drehmel | 2002-07-08 | 2 | -4/+0 |
| * | Use a fixed MAXBSIZE-size auto array instead of a static pointer | Ian Dowse | 2002-07-08 | 1 | -6/+2 |
| * | Replace the use of %qd with intmax_t/%jd and fix a number of -Wall | Ian Dowse | 2002-07-08 | 4 | -20/+23 |
| * | Remove nfsd and mountd from src/sbin, look for it in src/usr.sbin | Gordon Tetlow | 2002-07-07 | 9 | -4202/+0 |
| * | Unhook sbin/nfsd and sbin/mountd from the build. They will be moving to | Gordon Tetlow | 2002-07-07 | 1 | -2/+0 |
| * | Don't explicit kill of the process' own pid. | Hajimu UMEMOTO | 2002-07-07 | 1 | -5/+4 |
| * | Fix some printf format errors. | Ian Dowse | 2002-07-07 | 2 | -6/+6 |
| * | The .Nm utility. | Philippe Charnier | 2002-07-06 | 13 | -67/+103 |
| * | The .Nm utility. Add FreeBSD Id. | Philippe Charnier | 2002-07-06 | 1 | -3/+6 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 58 | -231/+344 |
| * | Implement the last 2-3 missing instructions for ipfw, | Luigi Rizzo | 2002-07-05 | 1 | -124/+108 |
| * | o Change almost all magic numbers to the appropriate constants. | Maxim Konovalov | 2002-07-05 | 1 | -28/+32 |
| * | More strict ip options parsing. | Maxim Konovalov | 2002-07-05 | 1 | -53/+44 |
| * | Update my email address. | Archie Cobbs | 2002-07-03 | 1 | -1/+1 |
| * | Apply __FBSDID(); fix local variable(names) that stomp on global | Mark Murray | 2002-07-03 | 2 | -46/+56 |
| * | Apply __FBSDID(), ISOfy, fix easy warning. | Mark Murray | 2002-07-03 | 1 | -6/+5 |
| * | Minor spelling and grammar fixes in the atacontrol(8) manual page. | Tom Rhodes | 2002-07-02 | 1 | -11/+11 |
| * | The new ipfw code. | Luigi Rizzo | 2002-06-27 | 2 | -1/+3180 |
| * | Remove the kernel file-size limit for UFS2, so that only the limit | Ian Dowse | 2002-06-26 | 1 | -1/+4 |
| * | Fix an integer overflow that causes fsck_ffs to crash when it | Ian Dowse | 2002-06-26 | 1 | -1/+1 |
| * | Remove old pre-TIRPC code for getting transport handles. The code that | Alfred Perlstein | 2002-06-25 | 1 | -5/+0 |
| * | Correct default location of history file. | Greg Lehey | 2002-06-23 | 1 | -1/+1 |
| * | Get rid of paranoia that zeros the boot block area as this has | Kirk McKusick | 2002-06-22 | 1 | -7/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r98567, | David E. O'Brien | 2002-06-21 | 2 | -3/+5 |
| |\ |
|
| | * | Sync with NetBSD. | David E. O'Brien | 2002-06-21 | 2 | -3/+5 |
| * | | Reduce the -I's as we don't need them all. | David E. O'Brien | 2002-06-21 | 1 | -1/+1 |
| * | | Don't say that an umounted filesystem is required for -n. An unmounted | Bruce Evans | 2002-06-21 | 1 | -1/+0 |
| * | | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 38 | -1961/+2155 |
| * | | nmount'ify unionfs further by using separate options instead | Maxime Henrion | 2002-06-15 | 1 | -17/+17 |
| * | | Convert UDF to nmount. | Maxime Henrion | 2002-06-15 | 1 | -12/+15 |
| * | | Add eui64 option which fills interface index (lowermost 64bit of | Hajimu UMEMOTO | 2002-06-15 | 2 | -0/+42 |
| * | | Hook rcorder and rc.d into the build. | Gordon Tetlow | 2002-06-13 | 1 | -0/+1 |
| * | | FreeBSDize the NetBSD Makefile so that this compiles. | David E. O'Brien | 2002-06-13 | 1 | -1/+9 |
| * | | ANSIfy a few prototypes, thus fixing a few warnings. | Giorgos Keramidas | 2002-06-09 | 1 | -5/+5 |
| * | | Don't have -prefixlen 128 on host routes. | Hajimu UMEMOTO | 2002-06-08 | 1 | -8/+5 |
| * | | Use a larger data type to prevent counters wrapping so quickly. | Matthew N. Dodd | 2002-06-07 | 1 | -2/+2 |
| * | | Sync this up with changes made in v1.8 of sys/netatm/atm_if.h | Matthew N. Dodd | 2002-06-07 | 1 | -0/+4 |
| * | | Remove the old nextboot from Whistler. AFAIK this hasn't been useable in | Gordon Tetlow | 2002-06-06 | 3 | -326/+0 |
| * | | s/daddr_t/ufs_daddr_t/g | Poul-Henning Kamp | 2002-06-06 | 3 | -19/+19 |
| * | | Unhook the old nextboot(8) from the build. If no one yells too loudly, this | Gordon Tetlow | 2002-06-06 | 1 | -2/+1 |
| * | | Add 'utility' in a place that it was missing. | Giorgos Keramidas | 2002-06-05 | 1 | -1/+1 |
| * | | Oops, unbreak parsing of the `type' field in getasciilabel(). I had | Ian Dowse | 2002-06-05 | 2 | -2/+6 |
| * | | Fix spelling nit in error message. | Gordon Tetlow | 2002-06-05 | 1 | -1/+1 |
| * | | Fix breakage caused by allocating the I/O buffer. There was a | Marcel Moolenaar | 2002-06-02 | 1 | -2/+5 |
| * | | Avoid construction which results in label at end of block. | Garrett Wollman | 2002-05-30 | 1 | -2/+6 |
| * | | Fix syntax errors (labels with no statement). | Garrett Wollman | 2002-05-30 | 1 | -4/+4 |
| * | | mdoc(7) police: nits. | Ruslan Ermilov | 2002-05-30 | 1 | -4/+4 |