summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
* Now that we've got the ne765.h file installed under <dev/ic/>, use itjoerg2001-06-041-2/+1
* Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/icjoerg2001-06-042-1/+3
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-0411-292/+10
* In the same manner as getpass(3), block SIGINTR and SIGSTP while we aremarkm2001-06-041-1/+12
* Return an empty string rather than an error at EOF.markm2001-06-041-2/+4
* Install this SUID root. Heck, it is su, after all.markm2001-06-042-0/+4
* Extend the su(1) example to take into account recent options to givemarkm2001-06-041-3/+3
* Big module cleanup.markm2001-06-0418-267/+48
* Null file to bring back a file from the dead. This allows the real commitmarkm2001-06-041-0/+2
* Add the "nullok" option that causes this module to succeed if the Unixmarkm2001-06-041-3/+11
* Tidy up the options list (and make it more extendable), and add somemarkm2001-06-043-14/+23
* New release notes: ti(4) and xl(4) VLAN fixes, RFC 1323/1644 workaroundbmah2001-06-043-0/+78
* Add some new utility authenticators.markm2001-06-044-0/+354
* Use bitmasks of the KTR_* constants instead of hexidecimal values forjhb2001-06-042-4/+4
* Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currentlyjhb2001-06-041-0/+1
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.mjacob2001-06-041-1/+12
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+9
* If the chip isn't in power state D0, put it in power state D0. Iimp2001-06-041-10/+12
* Recommend what to do in a single user boot.imp2001-06-041-0/+8
* Add sprog.7, the beginnings of the secure programming guide.eric2001-06-041-0/+180
* Fix the default number of virtual consoles in the usage.hlp file: thereolgeni2001-06-041-1/+1
* Add BSD-style copyright headersbrian2001-06-0418-34/+506
* Remove configuration file for pim6[ds]d.ume2001-06-043-4/+1
* Change to a standard BSD-style copyrightbrian2001-06-042-26/+44
* Renamed to README.natbrian2001-06-041-352/+0
* Add BSD style copyrights (with permission from Charles Mott where appropriate)brian2001-06-047-95/+254
* When looking for an interface appropriate for the (new or changing)ru2001-06-041-1/+1
* mdoc(7) police: minor markup cleanup.ru2001-06-041-6/+3
* msdos -> msdosfsru2001-06-041-8/+8
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-042-0/+10
* Correct a comment - the time service returns seconds since 1900 not 1970.dwmalone2001-06-041-1/+1
* This patch cleans up the ident stuff in inetd. The code which hasdwmalone2001-06-043-123/+145
* Resetting using COR bit 7 appears to be bad on pci based systems.imp2001-06-041-0/+2
* Set up us the pccard bomb.imp2001-06-041-0/+6
* The CL-PD6832 support in the last commit was done by Takeshiimp2001-06-040-0/+0
* Add new pci attachment for pcic. This supports pci cards as well asimp2001-06-042-165/+288
* You can't free a string and then use it as the error message topaul2001-06-041-1/+2
* The pipe_write() code was locking the pipe without busying it first indillon2001-06-041-5/+20
* S_IFCHR is not a bit mask, it's just a value in a field. The correctpaul2001-06-041-1/+1
* #defines for pci way interrupt routing.imp2001-06-041-0/+33
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingimp2001-06-043-128/+138
* Minor style(9) nit. a|b -> a | b.imp2001-06-041-1/+1
* Use correct flag in test whether this interrupt handler is fast or not.mjacob2001-06-041-1/+1
* New release note: pim6dd(8) and pim6sd(8) removed.bmah2001-06-033-6/+21
* Prevent denial of service using bogus fragmented IPv4 packets.jesper2001-06-031-0/+31
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-032-2/+2
* Add diskcheckd to /etc/rc with a knob in rc.conf.phk2001-06-032-0/+10
* Add diskcheck-daemon.phk2001-06-036-0/+1046
OpenPOWER on IntegriCloud