summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't assign the va_list variable 'ap' directly to the argtable becausejb1998-05-081-19/+18
* Add new named configuration template and remove old templateache1998-05-073-64/+100
* Redo tcpmux stuff. tcpmux handling is now performed after inetdguido1998-05-071-15/+20
* fix a core dump problem when you don't give -f a parameter... also comparejmg1998-05-071-2/+2
* An effort to make SLICE/DEVFS play with SCSI.julian1998-05-071-79/+102
* Sync with sys/i386/isa/wd.c revision 1.166.kato1998-05-071-31/+64
* Sync with sys/i386/isa/fd.c revision 1.112.kato1998-05-072-8/+10
* In the words of the submitter:msmith1998-05-0720-417/+360
* cleanup: remove duplicated dump code.julian1998-05-071-125/+39
* cleanup:julian1998-05-071-184/+62
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-072-24/+18
* Make syslogd function in non-secure mode.brian1998-05-071-4/+4
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-063-6/+9
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)julian1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.julian1998-05-0613-32/+371
* Only include bsd.dep.mk in `mk'files that handle C sources. Abusebde1998-05-065-31/+29
* Overlooked, that newer naming convention is xxx_program instead of xxx_prog.andreas1998-05-069-28/+28
* document ntpdate_prog and xntpd_progandreas1998-05-061-2/+12
* Delete stale comment.wosch1998-05-061-4/+2
* Backed out previous backout. Put y.tab.h back in SRCS.bde1998-05-061-10/+6
* Backed out previous backout. Put y.tab.h back in SRCS.bde1998-05-061-4/+2
* Backed out previous backout.bde1998-05-061-2/+3
* Regress to generating foo.c from foo.y via y.tab.c for crufty applicationsbde1998-05-061-12/+20
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-05-061-5/+7
* XFree86 3.3.1 -> 3.3.2jkh1998-05-066-291/+291
* devfs_add_devswf(9) and devfs_link(9) don't tell you how tophk1998-05-062-3/+6
* The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)phk1998-05-061-2/+2
* Sync with sys/i386/isa/wd.c revision 1.164.kato1998-05-061-2/+7
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-0633-257/+227
* Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-062-13/+15
* Updates to support adding driver files outside the i386 area.msmith1998-05-062-92/+357
* As described by the submitter:msmith1998-05-0627-218/+24
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-0611-132/+419
* Now that we have a TAILQ_PREV() that returns the previous object, simplifygibbs1998-05-062-36/+14
* Use the thread-aware errno definition all the time.jb1998-05-052-44/+6
* Build the syscalls (in libc, not libc_r) with weak symbols so thatjb1998-05-052-6/+18
* Remove extern int errno and #include <errno.h> to get the proper definition.jb1998-05-051-1/+1
* Remove leading underscores from the FILE lock functions that POSIXjb1998-05-051-3/+3
* I have a long list of issues to address here, mostly related tojb1998-05-051-6/+4
* Remove leading underscores for the functions (weak symbols here) thatjb1998-05-051-4/+7
* The __set_ospeed() function is coded against the speed_t type declaredjb1998-05-052-3/+3
* Change a couple of long types to int to match NetBSD so that termiosjb1998-05-051-3/+3
* Treat the lock value as volatile.jb1998-05-053-6/+6
* In a threaded library, expect the lock field to be declared volatile,jb1998-05-051-5/+5
* Add variables for the ntpdate and xntpd program, you might wantandreas1998-05-058-22/+24
* Fix the search sequence for keymaps.des1998-05-051-3/+3
* Fix the 4-8G LBA geometry it was wrong.sos1998-05-051-2/+7
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-05-051-1/+5
* Deleted unused item.kato1998-05-052-4/+2
* Don't generate y.tab.h, since it is not used.bde1998-05-051-1/+2
OpenPOWER on IntegriCloud