summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed references to pathconf-related variables that were never handledbde1996-09-282-20/+6
* Close files up to getdtablesize() instead of up to NOFILE.bde1996-09-281-3/+3
* Various cleanups:joerg1996-09-283-17/+93
* .DV -> .Dv (SOCK_STREAM was invisible).bde1996-09-281-1/+1
* .DV -> .Dv (FOPEN_MAX was invisible).bde1996-09-281-1/+1
* Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64bde1996-09-281-2/+4
* Moved getdtablesize() out of a loop.bde1996-09-281-3/+4
* Added parens to noecho in screen initialization example.alex1996-09-281-1/+1
* Fixed dependencies on libraries which I broke in rev.1.39 ofbde1996-09-282-4/+6
* Move pmap_update_1pg to cpufunc.h. Additionally,dyson1996-09-284-98/+78
* Correct vget by removing a window where a vnode can potentially go away.dyson1996-09-282-6/+6
* Reviewed by:dyson1996-09-284-84/+111
* Use EX_* exit values, from NetBSDimp1996-09-281-5/+9
* Added magic file for bzip in ./Magdirandreas1996-09-271-0/+14
* Add info field.pst1996-09-271-1/+1
* grep -q pattern filewosch1996-09-271-1/+5
* test 37: [b-a] is a syntax error and exit with status 2wosch1996-09-271-1/+1
* grep(1) should not parse manpages as arguments.wosch1996-09-271-4/+4
* Reverts exit status for `man -k' and `man -f'.wosch1996-09-271-2/+6
* Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"bde1996-09-273-9/+6
* Peter must be sick of this, so I changed it directly. Fixed:bde1996-09-272-10/+20
* Don't use malloc, pessimize to use sbrk.phk1996-09-272-2/+3
* Some warning cleanups. There were some needless casts that also causedpeter1996-09-272-30/+24
* part 2 of the bsdi compat tweak attempt. I believe that BSDI use bothpeter1996-09-272-2/+8
* Apparently, BSDI have a new system call gate. I was experimentingpeter1996-09-272-4/+6
* Drat, missed this prototype for random_select().peter1996-09-272-2/+4
* I've been meaning to commit this for months. Implement select()peter1996-09-274-6/+96
* Don't rely on LIBDIR having been equal to SHLIBDIR on Bruce's suggestion.peter1996-09-272-7/+9
* These were repository copied.peter1996-09-272-30/+0
* libfakegnumalloc -> libgnumallocpeter1996-09-271-1/+1
* Attempt to clean some bogons. I've had so much email with comments,peter1996-09-271-2/+15
* Repository copy libfakegnumalloc to libgnumalloc and remove the symlinkpeter1996-09-272-19/+17
* Temporarily disable the code that wants to add -lstdc++ in tge g++ driverpeter1996-09-271-0/+3
* Rate limit the "xxx bytes read from" message to a maximum of one perpst1996-09-262-8/+20
* If we're running through the FTP setup dialog the *first* time, skippst1996-09-262-10/+22
* If we're unable to open /dev/ttyv0, assume that we're on a single tty systempst1996-09-266-15/+21
* If /install.cfg exists on the local floppy (or if LOAD_CONFIG_FILE is definedpst1996-09-263-69/+138
* Fix a couple of bugs causing false positivespst1996-09-261-6/+3
* When doing a rerelease, cvs update from within the source directory so wepst1996-09-261-3/+5
* Add chlen command so you can set the size of an inode. This was handyguido1996-09-261-0/+23
* Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Waspeter1996-09-262-6/+4
* Back out my recent compilation clean-up changes, sysinstall is now weird.pst1996-09-265-5/+5
* Fix a typo.sos1996-09-251-2/+2
* A number of minor bogons and portability things from jdp.phk1996-09-251-28/+37
* Fix for PR# 1231, make(1) execution of ``.BEGIN'' doessteve1996-09-252-2/+4
* Fix a typo in phk's rawboot conversionpst1996-09-251-2/+2
* Fixed a few hundred warnings (2400 in LINT) for signed vs unsignedbde1996-09-242-12/+26
* Changed 'd' to 'D' in getopt arg too.bde1996-09-241-2/+2
* Drat, had the N_FN overloading based on N_EXT backwards. N_EXT = filename,peter1996-09-241-2/+2
* Rudimentry support for viewing weak symbols. There are two types thatpeter1996-09-243-11/+45
OpenPOWER on IntegriCloud