| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding an entry to the history with H_ENTER moves libedit's internal | tjr | 2002-06-02 | 1 | -0/+9 |
* | o Condition vm_object_pmap_copy_1()'s compilation on the kernel | alc | 2002-06-02 | 1 | -0/+2 |
* | bde noticed that SOMAXCONN breaks pretty badly as an option for LINT. | alfred | 2002-06-02 | 2 | -3/+0 |
* | o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(), | alc | 2002-06-01 | 2 | -25/+15 |
* | Finish removing the share/man/tools/directory. | bde | 2002-06-01 | 1 | -95/+0 |
* | Be more strict about namespaces. | mike | 2002-06-01 | 1 | -8/+11 |
* | Backout/modify previous revision: | alfred | 2002-06-01 | 1 | -0/+4 |
* | Silence warnings, remove some empty 'default' switch cases. | alfred | 2002-06-01 | 1 | -2/+0 |
* | Declare a variable sized array within a structure using [] rather than [0] | alfred | 2002-06-01 | 1 | -1/+1 |
* | Silence preprocessor warning, No need to use CONCAT with "," and "word". | alfred | 2002-06-01 | 2 | -2/+2 |
* | Unbreak LINT by compensating for the | alfred | 2002-06-01 | 1 | -4/+3 |
* | Skip duplicated prefixes in get_prefix(). | ume | 2002-06-01 | 3 | -14/+19 |
* | Fix some, but not all style bugs. | mike | 2002-06-01 | 1 | -23/+22 |
* | Fix warnings. | alfred | 2002-06-01 | 1 | -3/+3 |
* | Get rid of warnings, there's no need to do preprocessor concatination of | alfred | 2002-06-01 | 1 | -2/+2 |
* | Add mdoc bits for the new waitpid() WCONTINUED option, and | mike | 2002-06-01 | 1 | -0/+12 |
* | Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag | mike | 2002-06-01 | 4 | -1/+22 |
* | Fixed the return value of fpsetmask(). The API requires inversion of the | bde | 2002-06-01 | 2 | -2/+4 |
* | KNF | ume | 2002-06-01 | 1 | -286/+264 |
* | Fixed style bugs in rev.1.9. | bde | 2002-06-01 | 2 | -18/+34 |
* | o Revert a part of revision 1.66, contrary to what that commit message says, | alc | 2002-06-01 | 2 | -17/+21 |
* | sprintf -> snprintf | ume | 2002-06-01 | 1 | -17/+25 |
* | Fix a couple of places where preprocessor concatination was misused and | alfred | 2002-06-01 | 1 | -2/+2 |
* | Silence warning. | alfred | 2002-06-01 | 1 | -2/+2 |
* | Brush up descriptions of sendmail menu last added. | matusita | 2002-06-01 | 2 | -4/+8 |
* | Add 'Sendmail' menu to set sendmail_enable variable. | matusita | 2002-06-01 | 4 | -2/+44 |
* | Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) | green | 2002-06-01 | 1 | -4/+24 |
* | Make devfs to give honour to PDIRUNLOCK flag. | semenu | 2002-06-01 | 1 | -9/+13 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | ru | 2002-06-01 | 1 | -1/+1 |
* | AlphaPC164 can have 1Gbyte of RAM using 8x 128MB SIMMs | wilko | 2002-06-01 | 1 | -5/+7 |
* | Should have been part of recent commit: | alfred | 2002-06-01 | 2 | -5/+3 |
* | Call destroy_dev in detach routine to cleanup properly otherwise we | alfred | 2002-06-01 | 1 | -3/+8 |
* | Use PCI_INTERRUPT_VALI in stead of hard coded 255 | imp | 2002-06-01 | 1 | -5/+5 |
* | More style(9) nits | imp | 2002-06-01 | 1 | -20/+23 |
* | Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALID | imp | 2002-06-01 | 1 | -1/+2 |
* | Use a common function to map the bogus intlines. | imp | 2002-06-01 | 3 | -33/+51 |
* | Make a structure definition slightly more style(9) compliant (makes | bsd | 2002-06-01 | 1 | -2/+1 |
* | Make this file mostly conform to style(9). | imp | 2002-06-01 | 1 | -87/+86 |
* | Implement $PPID, the parent process ID of the shell. | tjr | 2002-06-01 | 2 | -0/+9 |
* | Support the remaining job ID formats required by SUSv3: | tjr | 2002-06-01 | 1 | -2/+21 |
* | We have a version of help(SCCS) in /usr/bin now. | jmallett | 2002-06-01 | 1 | -1/+1 |
* | Remove a stray asterisk in a comment. | jmallett | 2002-06-01 | 1 | -1/+1 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 33 | -257/+159 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | imp | 2002-05-31 | 3 | -3/+3 |
* | Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__ | anholt | 2002-05-31 | 13 | -148/+148 |
* | Grammar nit: treat "contents" as plural. | archie | 2002-05-31 | 2 | -2/+2 |
* | Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was being | archie | 2002-05-31 | 2 | -3/+14 |
* | Don't load a module from /stand/modules in the MFS root if it is already in | jhb | 2002-05-31 | 1 | -0/+4 |
* | We don't build libc_r on sparc64 for the moment. | ru | 2002-05-31 | 1 | -1/+1 |
* | pc98 now has its own relnotes and hardware documents. | bmah | 2002-05-31 | 1 | -0/+6 |