summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove paths that are listed as compulsory (sorta). /usr/local is notmarkm1999-07-251-3/+3
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-2511-155/+173
* asprintf() does use realloc() internally, but saying so in the manpage can behoek1999-07-251-4/+2
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-2514-119/+705
* Add a sensible message if an invalid ID was enteredn_hibma1999-07-251-1/+3
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-252-38/+4
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andwpaul1999-07-254-8/+26
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-2523-16/+6434
* Don't set DE_ACCESS for unsuccessful reads.bde1999-07-252-16/+24
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.bde1999-07-252-4/+8
* Fixed access timestamp bugs:bde1999-07-251-5/+17
* Added CyQ've ELA-010 Ethernet Cardhosokawa1999-07-252-2/+14
* 3C574TX Fast Etherlink PC-card support.hosokawa1999-07-252-2/+18
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-254-12/+80
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-242-4/+4
* Add mx and ax modules for the Macronix and ASIX drivers and update thewpaul1999-07-243-3/+60
* Convert the ASIX and Macronix drivers to newbus.wpaul1999-07-244-341/+384
* Oops, the previous commit only worked in the one case it was tested for.bde1999-07-242-4/+6
* Update intpm driver.nsouch1999-07-241-6/+17
* Apply suggested patch- seems reasonable.mjacob1999-07-242-5/+29
* Recognise NetBSD slices.rnordier1999-07-241-3/+4
* Add -n to the example and explanation of the internal auth service.green1999-07-241-3/+4
* Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").green1999-07-241-3/+9
* More cleanups, asprintf() usage (proper, as opposed to using snprintf()),green1999-07-241-12/+36
* Update the manpage for the number of symlinks in ELOOPn_hibma1999-07-241-2/+4
* Clean up to match style(9) more closely. This should fix the problem ofgreen1999-07-241-6/+5
* Correct a typo (22th -> 22nd)n_hibma1999-07-241-33/+34
* Use comments to group functions by service more clearly. I've used thesheldonh1999-07-241-2/+31
* Style nits:sheldonh1999-07-241-5/+8
* Fix typo.n_hibma1999-07-241-1/+1
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-243-13/+19
* Do not print resource values which are not set.yokota1999-07-241-7/+7
* This makes the in kernel printf routines conform to the documenteddfr1999-07-245-29/+42
* When we fetch previously retrieved IP fragments from the aliasbrian1999-07-242-8/+10
* Backed out previous commit. devname.3 and devname.c were broken in Lite1bde1999-07-241-4/+6
* atomic.h:alc1999-07-236-35/+14
* Regenerate to match changes made in the embedded yacc parser.hoek1999-07-231-28/+70
* Regenerate this file. This fixes a y2k bogon. As an unintentional side-effect,hoek1999-07-231-33/+75
* (1) Avoid ambigous if/elsebillf1999-07-231-3/+4
* fix a problem w/ zero byte writes to the tunnel device. It would bypassjmg1999-07-231-1/+1
* Clean up the buffer allocation code a bit. Make sure to initialize certainwpaul1999-07-234-58/+64
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirwpaul1999-07-232-4/+10
* Document the -o and -t options to the internal auth service and give ansheldonh1999-07-232-14/+13
* Ahem. Put things back a bit. I declare variables in the scope they'regreen1999-07-231-9/+13
* Disable more PC98isms on the Alphajkh1999-07-233-3/+27
* As per DES's prodding, document _all_ the arguments to inetd's authgreen1999-07-231-2/+8
* Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over.sheldonh1999-07-231-25/+24
* Fix auth -t argument handling. It was broken for the "sec.usec" case.sheldonh1999-07-231-4/+5
* Set correct "flags" value when pccardd allocates/initializes driver.hosokawa1999-07-231-1/+2
* Don't match up TCP services with UDP sockets.des1999-07-231-3/+4
OpenPOWER on IntegriCloud