aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add magic for FIGlet fonts and controlfilesDavid E. O'Brien1997-06-291-0/+9
* Add a blurb on how to import newer versions of patch(1) soSteve Price1997-06-291-0/+37
* -Wall clean.Steve Price1997-06-291-0/+1
* This commit was generated by cvs2svn to compensate for changes in r27044,Steve Price1997-06-2933-0/+11893
|\
| * Import of GNU patch version 2.4.vendor/misc-GNU/patch/2.4Steve Price1997-06-2933-0/+11893
* Merge from 2.2Paul Traina1997-06-291-3/+1
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".Paul Traina1997-06-2911-20/+19
* _err() -> err().Jordan K. Hubbard1997-06-291-3/+3
* Some minor cosmetic tweaks.Steve Price1997-06-281-5/+5
* Fix bogus patch (my fault)Paul Traina1997-06-281-1/+1
* endif -> .endif (from BOOT_CONFIG changes).Jordan K. Hubbard1997-06-281-2/+2
* Reorder things and import NOSHARED.Paul Traina1997-06-281-4/+7
* Attempt to open the device for reading before actually adding the devicePaul Traina1997-06-281-1/+14
* Make NOSHARED = no / NOSHARED = NO do what you'd expect.Paul Traina1997-06-281-2/+2
* add cvspserver (officially registered at 2401)Peter Wemm1997-06-281-1/+3
* replace the OpenBSD fd_set sizing code with something more efficient.Peter Wemm1997-06-281-9/+16
* Properly make directory before moving things into it.Jordan K. Hubbard1997-06-281-1/+3
* Deal with HISADDR/MYADDR in filter rules.Brian Somers1997-06-282-15/+21
* Allow command line control of ppp through bothBrian Somers1997-06-284-3/+360
* apic_vector.s:Steve Passe1997-06-275-7/+246
* Initialize private variable other_cpus during AP boot.Steve Passe1997-06-271-1/+4
* Added POST code output to various points of the startup code.Steve Passe1997-06-277-140/+1211
* Experimental calls to stop_cpus()/restart_cpus() within breakpoint calls.Steve Passe1997-06-272-2/+40
* Added other_cpus to CPU private page.Steve Passe1997-06-273-6/+12
* Preliminaries for stop_cpus()/restart_cpus().Steve Passe1997-06-274-12/+56
* Program lint1 to handle NMIs.Steve Passe1997-06-277-14/+168
* Added fields to the LVT1/2 group.Steve Passe1997-06-273-3/+30
* Removed unused variables.Alexander Langer1997-06-271-4/+1
* Modify my copyright notice to allow the sequencer to be used with GPLedJustin T. Gibbs1997-06-273-12/+33
* Modify my copyright notice to allow the sequencer to be used with GPLedJustin T. Gibbs1997-06-2721-140/+235
* KNF cleanup.Justin T. Gibbs1997-06-272-2916/+2932
* Fix a condition where nfs_statfs() can precipitate a panic. There isBill Paul1997-06-272-4/+10
* Removed '#include <machine/smptests.h>' line, no longer needed.Steve Passe1997-06-272-6/+4
* Revive this file, it's come back from the dead in the 8.8.x dists.Peter Wemm1997-06-271-0/+94
* Don't depend upon the user structure having been aligned on a 8 KB boundary.Tor Egge1997-06-272-2/+24
* Fill in some extra fields in the eproc structure. gdb uses this informationTor Egge1997-06-271-1/+5
* Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks.Peter Wemm1997-06-271-4/+27
* Merge in sendmail-8.8.5 -> 8.8.6 changes to those files that have left thePeter Wemm1997-06-2725-1416/+2151
* This commit was generated by cvs2svn to compensate for changes in r26986,Peter Wemm1997-06-2751-528/+2159
|\
| * Import sendmail-8.8.6Peter Wemm1997-06-2778-1939/+4627
* | Added CPU_DIRECT_MAPPED_CACHE option which sets L1 cache in directKATO Takenori1997-06-275-5/+26
* | Zap some unused debugging printfs that I accidently left in.Peter Wemm1997-06-272-10/+0
* | Dynamically size fd_set in select rather than fail if too many filesPeter Wemm1997-06-271-8/+9
* | ctype: portability, sign extension and cleanup fixesAndrey A. Chernov1997-06-275-17/+16
* | Move editrc.5 from MAN3 to MAN5Andrey A. Chernov1997-06-271-1/+2
* | Replace hand-made tolower conversions with real tolower from ctypeAndrey A. Chernov1997-06-271-8/+6
* | Protect isspace by isascii to not count high spacesAndrey A. Chernov1997-06-272-6/+6
* | Activate collate to sort local files properly for completionAndrey A. Chernov1997-06-272-6/+6
* | Localize it (ctype)Andrey A. Chernov1997-06-276-27/+30
* | compensate for res_send <-> __res_send changesPeter Wemm1997-06-271-2/+4