| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a kernel-only typedef (ptrint_t) giving an integral type that is | bde | 1998-07-10 | 5 | -12/+27 |
* | Add code missed in the initial Soft updates integration. | julian | 1998-07-10 | 1 | -1/+16 |
* | Recognize long month names in addition to short ones. | des | 1998-07-09 | 1 | -1/+13 |
* | This commit was generated by cvs2svn to compensate for changes in r37535, | des | 1998-07-09 | 11 | -0/+1375 |
|\ |
|
| * | Imported libfetch into the tree. It compiles, but there's still some | des | 1998-07-09 | 11 | -0/+1375 |
* | Security and minor functionality changes based on OpenBSD msgs.c: | ghelmer | 1998-07-09 | 1 | -14/+30 |
* | For every directory in ${PATH} that ends with "/bin", look for a | des | 1998-07-09 | 1 | -0/+11 |
* | Document the use of lines beginning with a '#' as comment lines. | jkoshy | 1998-07-09 | 1 | -1/+4 |
* | Use four-digit year in SNAP name. We're eighteen months from the next | des | 1998-07-09 | 1 | -2/+2 |
* | The file share/timedef/data/es_ES.ISO_8859-1.src (which I submitted | phk | 1998-07-09 | 3 | -48/+48 |
* | The '-h' option cannot toggle the kernel from a serial console | phk | 1998-07-09 | 1 | -2/+4 |
* | Correct wording on range of addresses examined by `msync(2)'. | jkoshy | 1998-07-09 | 1 | -2/+2 |
* | Buffer overflow. | phk | 1998-07-09 | 1 | -1/+1 |
* | Add a CAVEAT section documenting the minimum permissions required for a mount | jkoshy | 1998-07-09 | 2 | -2/+16 |
* | Remove illegal ".Nm". This file is still using -man, not -mdoc. | jkoshy | 1998-07-09 | 1 | -2/+2 |
* | fix description of `-C' option to match behaviour in the sources: | jkoshy | 1998-07-09 | 1 | -2/+2 |
* | Fix a bug that prevented the restoration of hard links to files that | jdp | 1998-07-09 | 1 | -5/+20 |
* | Slight optimisation. Don't do the same calculation twice. | julian | 1998-07-09 | 1 | -17/+14 |
* | Don't update superblock if mounted readonly, | julian | 1998-07-08 | 1 | -8/+15 |
* | natd_interface can now be specified as either an IP address or | nectar | 1998-07-08 | 1 | -1/+4 |
* | Detect user id 0 as a number instead of a string. String comparisons | alex | 1998-07-08 | 1 | -2/+2 |
* | Oops, I broke netboot. | kato | 1998-07-08 | 2 | -20/+21 |
* | Add lockf(). | dt | 1998-07-08 | 1 | -3/+3 |
* | Allow either an IP address or an interface to be specified in | nectar | 1998-07-08 | 7 | -35/+77 |
* | Make this look more FreeBSDish. | dt | 1998-07-08 | 1 | -8/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r37510, | dt | 1998-07-08 | 2 | -0/+345 |
|\ |
|
| * | An implementation of lockf() function call. | dt | 1998-07-08 | 2 | -0/+345 |
| * | Import NetBSD-current version of if_de driver onto vendor branch. | peter | 1998-07-08 | 1 | -1/+8 |
| * | Import current version of Matt Thomas' if_de driver. It has new register | peter | 1998-06-13 | 3 | -23/+46 |
| * | Import de driver from netbsd as of a short while ago. Most of the | peter | 1998-03-08 | 3 | -40/+480 |
| * | Import de-971020 from Matt's www.3am-software.com pages. | peter | 1997-11-08 | 2 | -5/+11 |
* | | Declare lockf(). | dt | 1998-07-08 | 1 | -0/+8 |
* | | Add XPG4.2. | dt | 1998-07-08 | 1 | -0/+10 |
* | | Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. | bde | 1998-07-08 | 9 | -44/+44 |
* | | Fixed (un)sign extension bugs in %+n format. -4 became | bde | 1998-07-08 | 1 | -7/+16 |
* | | Fixed bogus type of valuep in struct db_variable. It was `int *' and | bde | 1998-07-08 | 10 | -56/+57 |
* | | Sync with sys/i386/isa/syscons.c revision 1.265. | kato | 1998-07-08 | 1 | -2/+21 |
* | | Sync with sys/i386/boot/netboot/Makefile revision 1.19. | kato | 1998-07-08 | 1 | -6/+9 |
* | | When not acting as a router (ipforwarding=0), silently discard source | dg | 1998-07-08 | 1 | -10/+21 |
* | | Fixed db_printf format errors. | bde | 1998-07-08 | 5 | -19/+18 |
* | | Add support for run-time configuration of core file names. In a nutshell, | sef | 1998-07-08 | 1 | -5/+93 |
* | | Fixed db_printf format errors (except for ones using broken extensions | bde | 1998-07-08 | 1 | -7/+7 |
* | | Add a "-k" option, to specify that the lock file should be kept | jdp | 1998-07-08 | 2 | -13/+27 |
* | | Merge changes from vendor branch. | peter | 1998-07-08 | 2 | -4/+22 |
* | | Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to | julian | 1998-07-08 | 4 | -9/+15 |
* | | New flag for internal stdio use to enable dynamic string allocation for | peter | 1998-07-08 | 1 | -1/+2 |
* | | Use a different hack for building libgcc2: `XCC= ${CC}' instead of | bde | 1998-07-08 | 2 | -74/+38 |
* | | Replace my original asprintf() and vasprintf() hacks with something | peter | 1998-07-08 | 4 | -142/+99 |
* | | Use the installed versions of cc, cc1 and cpp for building underscore. | bde | 1998-07-08 | 1 | -35/+4 |
* | | Use the installed version of perl for `make install'. It is now | bde | 1998-07-07 | 1 | -11/+3 |