| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 89 | -3369/+5199 |
* | o Remove GIANT_REQUIRED from vm_map_stack(). | alc | 2002-06-21 | 1 | -2/+0 |
* | Update for libpcap 0.7.1 | fenner | 2002-06-21 | 1 | -14/+46 |
* | o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate(). | alc | 2002-06-21 | 1 | -3/+0 |
* | New release notes: gifconfig(8) gone, prefix(8) gone. | bmah | 2002-06-21 | 2 | -4/+20 |
* | Merge libpcap 0.7.1 | fenner | 2002-06-21 | 9 | -106/+1270 |
* | This commit was generated by cvs2svn to compensate for changes in r98530, | fenner | 2002-06-21 | 32 | -840/+3224 |
|\ |
|
| * | Import libpcap 0.7.1, from | fenner | 2002-06-21 | 42 | -949/+4511 |
* | | Update for libpcap 0.7.1 | fenner | 2002-06-21 | 1 | -6/+23 |
* | | Update for tcpdump 3.7.1 | fenner | 2002-06-21 | 2 | -47/+36 |
* | | Merge tcpdump 3.7.1 | fenner | 2002-06-21 | 30 | -1474/+3144 |
* | | This commit was generated by cvs2svn to compensate for changes in r98524, | fenner | 2002-06-21 | 86 | -4240/+10457 |
|\ \ |
|
| * | | Import tcpdump 3.7.1, from | fenner | 2002-06-21 | 116 | -5624/+13491 |
* | | | Release note added: rc.d. | bmah | 2002-06-20 | 2 | -12/+40 |
* | | | Modified release note: ncurses 5.2-20020615, added version number for | bmah | 2002-06-20 | 2 | -18/+10 |
* | | | Add some #define's for mbuf annotations. | luigi | 2002-06-20 | 1 | -0/+48 |
* | | | Provide a way to keep out old ("historic") release notes from bloating | bmah | 2002-06-20 | 6 | -18/+102 |
* | | | Add a few files which are needed to build "passwd" now that | luigi | 2002-06-20 | 6 | -35/+891 |
* | | | Remove GAWK. I removed it from the build 2 weeks ago and the world | obrien | 2002-06-20 | 295 | -109135/+0 |
* | | | {f,s}usword -> {f,s}uword16. Implement {f,s}uword32. | jake | 2002-06-20 | 2 | -46/+94 |
* | | | Change the way we internally store the mount options to | mux | 2002-06-20 | 4 | -134/+83 |
* | | | Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which caused | jmallett | 2002-06-20 | 1 | -0/+8 |
* | | | More unsigned char casts to isupper(3). | jmallett | 2002-06-20 | 1 | -2/+2 |
* | | | Merge ncurses 5.2-20020615 changes onto mainline. | peter | 2002-06-20 | 1 | -3/+3 |
* | | | Provide a heuristic for RCS conflicts. | jmallett | 2002-06-20 | 1 | -2/+9 |
* | | | This commit was generated by cvs2svn to compensate for changes in r98503, | peter | 2002-06-20 | 24 | -257/+640 |
|\ \ \ |
|
| * | | | Import ncurses 5.2-20020615 to fix a first-column display bug. | peter | 2002-06-20 | 25 | -260/+643 |
| * | | | Removed in latest import | peter | 2002-05-21 | 1 | -158/+0 |
* | | | | Look for wildcards, and balanced meta-characters such as { and } like NetBSD | jmallett | 2002-06-20 | 1 | -2/+18 |
* | | | | Expand a buffer to reduce diffs to NetBSD. | jmallett | 2002-06-20 | 1 | -2/+2 |
* | | | | Diff reduction for great justice against NetBSD, cast to unsigned char when | jmallett | 2002-06-20 | 4 | -18/+18 |
* | | | | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 4 | -2/+7 |
* | | | | o Remove an incorrect cast from obreak(). This cast would, | alc | 2002-06-20 | 1 | -5/+5 |
* | | | | Don't leak resources if fdcheckstd() fails during exec. | alfred | 2002-06-20 | 1 | -5/+10 |
* | | | | Don't try to decode old-style options if the argv[1] begins with `-' and the | sobomax | 2002-06-20 | 1 | -10/+28 |
* | | | | Display the mutex name in the ^T status line if the selected thread | iedowse | 2002-06-20 | 1 | -2/+3 |
* | | | | Whitespace fixes to line-up EOL escapes whose right-most extraints changed in | jmallett | 2002-06-20 | 1 | -15/+15 |
* | | | | Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t. | jmallett | 2002-06-20 | 2 | -5/+5 |
* | | | | It seems the hard lock on m4(1) is viewed as superfluous. Okay. It's gone. | jmallett | 2002-06-20 | 1 | -1/+0 |
* | | | | Quick fix for the type of the bitmap in sigset_t. It was an array of | bde | 2002-06-20 | 1 | -3/+3 |
* | | | | Anonymize the "portmap" program to get better compatibility with | dougb | 2002-06-20 | 3 | -4/+8 |
* | | | | Update an 'XXX what is this?' type comment about suswintr and fuswintr. | peter | 2002-06-20 | 3 | -6/+6 |
* | | | | Style: put static qualifier on definition of static functions. | tjr | 2002-06-20 | 1 | -7/+7 |
* | | | | Use suword16/fuword16 instead of susword/fusword - this has two different | peter | 2002-06-20 | 5 | -23/+23 |
* | | | | Bogusness may have happened using a variable assignment here before, but | jmallett | 2002-06-20 | 1 | -1/+1 |
* | | | | Deorbit suibyte(). It was only used for split address space systems | peter | 2002-06-20 | 11 | -72/+15 |
* | | | | time(1) does not use the shell to execute the specified utility, remove | tjr | 2002-06-20 | 1 | -6/+2 |
* | | | | Remove references to UIO_USERISPACE which no longer exists. | peter | 2002-06-20 | 2 | -6/+2 |
* | | | | Remove UIO_USERISPACE - we do not support any split instruction/data | peter | 2002-06-20 | 2 | -7/+0 |
* | | | | Make it obvious that command line arguments may be specified for the utility | tjr | 2002-06-20 | 2 | -10/+11 |