| Commit message (Expand) | Author | Age | Files | Lines |
* | Free old_pwd only in the code path where it has been allocated. | jmallett | 2002-05-22 | 1 | -1/+1 |
* | Taking a leap of faith, tie the help command in to the build. | jmallett | 2002-05-22 | 1 | -0/+1 |
* | Add my PD implementation of the SCCS help command, which prints help from | jmallett | 2002-05-22 | 2 | -0/+146 |
* | New release notes: asa(1), pathchk(1), sccs(1), | bmah | 2002-05-22 | 2 | -2/+46 |
* | Sync with NetBSD. (Non functional changes). | joe | 2002-05-22 | 1 | -9/+9 |
* | Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUT | joe | 2002-05-22 | 1 | -1/+1 |
* | Increase the maximum FSM option length to 50 | brian | 2002-05-22 | 2 | -3/+3 |
* | Add some missing #includes that weren't required due to namespace polution | brian | 2002-05-22 | 3 | -2/+3 |
* | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | jhb | 2002-05-22 | 4 | -14/+14 |
* | Restore us back to the rev 1.324 level of having an Intel gigE driver. | obrien | 2002-05-22 | 2 | -0/+2 |
* | Update 164SX section with newly acquired insights. | wilko | 2002-05-22 | 1 | -1/+12 |
* | Add a warning regarding localhost-only listening daemons inside jails. | gshapiro | 2002-05-22 | 2 | -5/+9 |
* | 1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions) | obrien | 2002-05-22 | 1 | -6/+83 |
* | Tie sccs(1) in to the build, as it now does one thing right: sccs what | jmallett | 2002-05-22 | 1 | -0/+1 |
* | Remove mention of the GNU version of ptx, it is dead. | jmallett | 2002-05-22 | 1 | -1/+1 |
* | Add a usage(). | jmallett | 2002-05-22 | 1 | -2/+19 |
* | Remove #ifndef's on V6. | jmallett | 2002-05-22 | 1 | -4/+0 |
* | Put braces around the command table properly. | jmallett | 2002-05-22 | 1 | -36/+36 |
* | Use what(1) here, in /usr/bin/what. It doesn't print error 26 correctly, but | jmallett | 2002-05-22 | 1 | -1/+1 |
* | str_concat() doesn't really take const arguments. | jmallett | 2002-05-22 | 2 | -4/+4 |
* | Do not run shell from /bin, run it from $PATH. | ru | 2002-05-22 | 5 | -7/+29 |
* | Added the MAKE_VERSION global that could be useful in determining | ru | 2002-05-22 | 2 | -0/+7 |
* | Repair a bug where type AAAA answer records were not displayed. | nectar | 2002-05-22 | 1 | -2/+1 |
* | Do not attempt to free static memory. | nectar | 2002-05-22 | 1 | -6/+2 |
* | Format internal commands properly. | jmallett | 2002-05-22 | 1 | -8/+8 |
* | Clean up the manual page by leaps and bounds in terms of formatting. | jmallett | 2002-05-22 | 1 | -110/+101 |
* | Make the guarded string functions take a const "from" addr, and make the | jmallett | 2002-05-22 | 1 | -8/+8 |
* | Debug registers aren't selectors, so use saner names for the variables in | jhb | 2002-05-22 | 2 | -48/+48 |
* | - Sort the pause() inline into the appropriate location. | jhb | 2002-05-22 | 2 | -12/+50 |
* | Rename cpu_pause() to pause(). Originally I was going to make this an | jhb | 2002-05-22 | 4 | -12/+12 |
* | Remove register qualifier. | jmallett | 2002-05-22 | 1 | -29/+29 |
* | Use function prototypes. | jmallett | 2002-05-22 | 1 | -95/+71 |
* | PSD:19 (curses) is long dead. | ru | 2002-05-22 | 1 | -8/+0 |
* | Unencumber. | ru | 2002-05-22 | 1 | -12/+12 |
* | Build sccs(1) docs. | ru | 2002-05-22 | 3 | -2/+13 |
* | 19.curses wasn't encumbered, it's just dead. | ru | 2002-05-22 | 1 | -1/+1 |
* | Clean up formatting. | jmallett | 2002-05-22 | 1 | -9/+11 |
* | Replace the evil that is __DECONST() with (void *). This is one of the least | jmallett | 2002-05-22 | 1 | -2/+2 |
* | Make sccs(1) compile cleanly by fixing syntax errors such as #endif followed | jmallett | 2002-05-22 | 1 | -9/+14 |
* | Unroff all forms of \f and \*, and the simplest form of \s. | ru | 2002-05-22 | 1 | -8/+14 |
* | Revision 1.39 made filtering of CFLAGS unnecessary. | ru | 2002-05-22 | 1 | -6/+6 |
* | Revive the SCCS front-end, sccs(1), back from the Attic, since it's something | jmallett | 2002-05-22 | 6 | -0/+3700 |
* | Fixed build of recently added legacy docs. | ru | 2002-05-22 | 6 | -27/+6 |
* | Added share/doc/[pu]sd entries. | ru | 2002-05-22 | 1 | -0/+20 |
* | Eliminate free'ing already freed chunks. | sobomax | 2002-05-22 | 1 | -2/+3 |
* | Build pathchk(1). | tjr | 2002-05-22 | 1 | -0/+1 |
* | Add the pathchk utility, which checks pathnames for validity or | tjr | 2002-05-22 | 3 | -0/+321 |
* | Quick fix for non-unique inode numbers for hard links. We use the | bde | 2002-05-22 | 2 | -12/+28 |
* | Include <sys.systm.h> for the declaration of some atomic functions -- don't | bde | 2002-05-22 | 1 | -0/+1 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |