summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the spl oriented inline functions less likely to allowdyson1995-08-083-9/+12
* Replace old strftime format by %c, old format forces "Mon Day",ache1995-08-081-2/+4
* Replace ctime by strftime %c to use national representationache1995-08-081-1/+1
* Replace ctime by strftime %c to use national representationache1995-08-081-3/+3
* Fix _listmatch() so that it doesn't fall off the end of the list string.wpaul1995-08-081-6/+5
* nspace count was incremented only in child, so warning never displayedache1995-08-081-9/+13
* Move mbuf frees to after call to sorflush().dg1995-08-081-3/+3
* Add Id stringache1995-08-081-3/+5
* Allow national printable chars in .planache1995-08-081-1/+1
* Replace asctime/ctime by strftime %c to use national representationache1995-08-082-8/+9
* Change ctime to strftime %c to use national date/time representation.ache1995-08-081-3/+5
* Change ctime to strftime %c to use national date/time representationache1995-08-081-3/+3
* Replace ctime by strftime %c to use national date representation nowache1995-08-071-4/+4
* Fix manpage to reflect current sourcesache1995-08-071-21/+49
* Restore %s format support from previous versionache1995-08-071-1/+22
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-0721-75/+52
* Fix infamous "TIOCGWINSZ: Interrupted system call" on return from a ^Zpeter1995-08-071-2/+4
* I forgot the reason why I didn't have a period in the `Rep of Palau' thewollman1995-08-071-1/+1
* On closer inspection, it turns out that all of the callers of disksortdg1995-08-072-10/+2
* Set bp->b_actf=NULL for paranoia sake.dg1995-08-071-1/+2
* Since buffers can be pulled off of the disk queue at interrupt time anddg1995-08-072-4/+14
* Woops, I committed the wrong version of the diff in the last rev.dg1995-08-071-2/+2
* Use bdwrite() rather than brelse(). The cylinder group bitmap modificationdg1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.dg1995-08-073-24/+13
* Just when you thought it was safe...wpaul1995-08-075-40/+350
* Restore check for msg_bufx being negative. Changed if() expression to bedg1995-08-061-4/+4
* Extentd David's recent change to shutdown_nice() by callingjoerg1995-08-061-1/+5
* Remove the comment about the broken getopts(1) in our /bin/sh.joerg1995-08-061-6/+1
* Fix /bin/sh's broken handling of the builtin getopts(1). The optionsjoerg1995-08-061-3/+2
* Allow a pipe to be opened read/write at one end, as is allowed injkh1995-08-062-30/+56
* Install non-source files with the optional flag ${COPY}, not with the flag -c.bde1995-08-062-3/+3
* Install source files with the -c flag, not with the optional flag ${COPY}.bde1995-08-066-16/+16
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-0622-86/+88
* Resize both VMIO and non-VMIO buffers if the size changes.dg1995-08-061-8/+2
* Removed redundant call to vm_object_page_clean: this is already handleddg1995-08-061-7/+1
* Removed redundant call to vm_object_page_clean - this is already donedg1995-08-061-6/+1
* Fixed bug where vnode_pager_uncache() wasn't always called when it shoulddg1995-08-062-6/+4
* Fix %c to be ctime-compatibleache1995-08-061-3/+3
* Fix default %c to be ctime-compatible as supposed (by Solaris too)ache1995-08-061-4/+4
* Add timedefache1995-08-061-1/+1
* Only build telnetd if secure telnetd is not going to be built.markm1995-08-061-1/+5
* Remove timedefache1995-08-061-2/+2
*-. This commit was generated by cvs2svn to compensate for changes in r9958,ache1995-08-062-0/+89
|\ \
| | * Re-import it to proper locationache1995-08-061-0/+76
| * | Re-import it to proper locationache1995-08-061-0/+13
* | | Only build libtelnet if the secure libtelnet is not going to be built.markm1995-08-061-1/+5
* | | Only build telnet if secure telnet is not going to be built.markm1995-08-061-2/+6
* | | Clean up the mesgin code to make it easier to read with proceedure lablesgibbs1995-08-061-55/+49
* | | Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.jkh1995-08-062-7/+8
* | | Eliminate a few more lurking obj bogons.jkh1995-08-061-9/+27
OpenPOWER on IntegriCloud