summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* in6_pcb.c:green2000-03-222-4/+4
| | | | | | | | | | | Remove a bogus (redundant, just weird, etc.) key_freeso(so). There are no consumers of it now, nor does it seem there ever will be. in6?_pcb.c: Add an if (inp->in6?p_sp != NULL) before the call to ipsec[46]_delete_pcbpolicy(inp). In low-memory conditions this can cause a crash because in6?_sp can be NULL...
* Add the DOC_LANG variable, and associated documentary comments.nik2000-03-222-0/+12
|
* Added NetBSD 1.4.2wosch2000-03-211-3/+6
|
* Whine at users who still have block devices in /dev, give them untilphk2000-03-211-0/+5
| | | | june 1st to fix their system.
* Massive gut. We're not into 5.0 so remove all 4.x entries from thisimp2000-03-211-645/+11
| | | | | | | | file and start over. Also note that we're in the traditional whack-a-ball kernel model/api reorg for 5.0 and that one needs to be extra careful about making sure models and kernels are in sync.
* Adapt to the crypto distribution.jkh2000-03-211-3/+5
|
* Remove trailing comma.asmodai2000-03-211-1/+1
|
* Include a space between hash ('#') and 'Berkeley packet filter' likedan2000-03-212-2/+2
| | | | all the other comments have.
* As bde was kind to point out:asmodai2000-03-211-2/+0
| | | | | | | "Man pages shouldn't refer to higher level interfaces built using the interfaces in the man pages." Submitted by: bde
* Regenerate usbdevs files.wpaul2000-03-215-3/+15
| | | | | | Also add device entry in if_kue.c for the LINKSYS USB10T adapter. Also add calls to bpfdetach() in detach routines.
* Add device ID for LinkSys USB10T ethernet adapter (0x2202).wpaul2000-03-211-0/+1
|
* For version 0.9 change DNET outputdmlb2000-03-211-1/+1
|
* Added user level updates and reading of parameters.dmlb2000-03-212-36/+266
|
* Typo.dmlb2000-03-211-2/+2
|
* Fix lameness I introduced by typing the Xr as a filename, sigh.asmodai2000-03-211-2/+2
|
* Make ATAPI CD changer devices work, hopefully better than before.sos2000-03-216-58/+112
|
* Fix EXAMPLE -> EXAMPLES.asmodai2000-03-211-2/+4
| | | | Add Xr's for SPLASSERT and CONDSPLASSERT.
* Assorted bag o' fixes:asmodai2000-03-211-6/+7
| | | | | fix Jonathan's name, fix copyright date, man -> manual, add const before char *msg, add email address.
* Fix bogus reporting of interface names, the field returnedluigi2000-03-211-4/+4
| | | | in sdl_data is not 0-terminated
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page tojasone2000-03-213-19/+179
| | | | | | reflect the fact that aio_cancel() works now. Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>
* Add a knob to turn off the mostly static docs (src/share/doc/).obrien2000-03-213-1/+7
| | | | | | | | | | | On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/ takes 2m51.3s, where src/share/doc/ is 1m9.9s of that. However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s respectively. This commit allows one to speed up their build time, without not getting any important and required changes if one used "NOSHARE".
* Add sysctl kern.coredump to enable/disable core dumps system wide.ps2000-03-211-1/+5
|
* Remove references to man pages that don't exist.shin2000-03-212-5/+7
| | | | PR: docs/17506
* Call bpfdetach() before going away.archie2000-03-211-0/+1
|
* Bogusly returned zero always. Return 1 if we pass the checksum.imp2000-03-201-1/+1
|
* Make memcontrol(8) able to delete the segments starting at a base of 0green2000-03-201-1/+1
| | | | which it can create..
* Uncorrupt the SCCS id (s/ From: / /).green2000-03-201-2/+2
| | | | | | Put a tab before the comment for "rflags". Submitted by: bde
* Add entry for the Microtech USB to SCSI cable.n_hibma2000-03-202-1/+4
|
* Actually install KASSERT.9.bde2000-03-201-1/+1
|
* Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.bde2000-03-201-2/+3
|
* Add entry for Y-E Data floppy drive.n_hibma2000-03-201-0/+5
|
* Add an entry on the Y-E Data floppy driven_hibma2000-03-201-0/+1
|
* Make syslogd boot -s by default, which prevents Bad People from filling upbillf2000-03-201-1/+1
| | | | | | | | your diskspace. PR: conf/15737 Submitted by: Kevin Day <toasty@dragondata.com> (PR) Nick Johnson <freebsd@spatula.net> (on -current)
* Regen.gehenna2000-03-202-13/+139
|
* Add 22 vendor IDs.gehenna2000-03-201-4/+22
|
* Add '-L' option to usage().guido2000-03-201-1/+1
|
* Regen.gehenna2000-03-202-33/+537
|
* Add 80 vendor IDs.gehenna2000-03-201-10/+82
|
* B_READ is gone, check for BIO_READ instead.phk2000-03-201-8/+8
| | | | Not tested.
* Wrap building of uucp related programs around NOUUCP knob.dan2000-03-201-0/+2
|
* Document NOUUCP switchdan2000-03-202-0/+2
|
* Split the logic ofgreen2000-03-204-22/+98
| | | | | | | | | | | | | | | | | static int setrootbyname(char *name); out into dev_t getdiskbyname(char *name); This makes it easy to create a new DDB command, which is the big reason for the change. You can now do the following in DDB: Example rc.conf entry: dumpdev="/dev/ad0s1b" # Device name to crashdump to (if enabled). db> show disk/ad0s1b dev_t = 0xc0b7ea00 db> p *dumpdev c0b7ea00
* Fix a couple hard sentence breaks I inadvertently introduced. Also,green2000-03-201-7/+9
| | | | | | update a bit of English into something easier to read. Prompted by: sheldonh (thanks!)
* toast warnings on i386cg2000-03-201-1/+3
|
* make als120 cards which report dsp version 3.x whilst only supporting 4.xcg2000-03-201-2/+5
| | | | and *not* 3.x commands work
* update the ac97 layer:cg2000-03-209-69/+226
| | | | | | | | | * add a callback for initialising the mixer interface * support ac97 2.1 variable rate audio feature fix ac97-using drivers for the above add suspend/resume support for neomagic
* add a function to reinitialize the mixer, to be called by drivers oncg2000-03-202-0/+14
| | | | resuming after suspend
* Fixed style bugs.nyan2000-03-202-1106/+1136
|
* Both:green2000-03-202-3/+4
| | | | | | | | | Get rid of the "char *" before level which made no sense. Change "char *msg" to the properly const-unpoisoned one. Just SPLASSERT.9: Add an Xref to CONDSPLASSERT(9). Change the function name "rtredirect" to the correct "rtalloc".
* Move the Nm macro from the middle of a sentence onto its own line.sheldonh2000-03-201-1/+3
| | | | Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
OpenPOWER on IntegriCloud