aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Newcard's pccard module. It compiles, but doesn't work. This shouldWarner Losh1999-11-181-0/+20
* Remove the non-functional "swap device" userland front-end to thePeter Wemm1999-11-183-82/+14
* Hijack old, broken, obsolete, unsupported pcic module for the NEWCARDWarner Losh1999-11-181-2/+14
* Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.Peter Wemm1999-11-181-2/+0
* Remove cdevsw_add() - the make_dev() calls are already there.Peter Wemm1999-11-182-16/+2
* Remove cdevsw_add() - the necessary make_dev() is already there.Peter Wemm1999-11-181-1/+0
* Remove cdevsw_add() - the necessary make_dev() calls appear to be therePeter Wemm1999-11-181-1/+0
* Fix a warning.Peter Wemm1999-11-181-1/+1
* 'const'ify a bunch of pointers in the resource_*() functions for accessingPeter Wemm1999-11-182-22/+28
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Tidy up a few loose ends in the fifo setup code.Peter Wemm1999-11-182-40/+2
* Use a common MAKEDEV between the Alpha and i386 - the only differencesPeter Wemm1999-11-183-2845/+1
* For now, disable umodem module building, because it doesn't. Don'tBrian Feldman1999-11-181-1/+1
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscPeter Wemm1999-11-182-4/+3
* Don't ask about SCO/IBSC2 binary support on the Alpha.David E. O'Brien1999-11-183-6/+6
* For the TCP transport, put the listening socket in non-blockingJohn Polstra1999-11-181-0/+18
* fix up a whitespace screwup I made.Julian Elischer1999-11-181-2/+2
* o Remove #if XXX from around the probe code.Warner Losh1999-11-172-51/+43
* Allow octal or hex input.Greg Lehey1999-11-171-1/+1
* Add the entry for usb (as opposed to usb<number>). It's minor is equivalentNick Hibma1999-11-173-3/+15
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-178-12/+7
* Add network pass4 - after all local (/usr/local/etc/rc.d f.e.)Andrey A. Chernov1999-11-178-70/+116
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-1730-2159/+2901
* "b_unused1" was.Poul-Henning Kamp1999-11-172-6/+4
* Do timeouts in terms of hzPoul-Henning Kamp1999-11-171-1/+1
* Make proc/*/cmdline use the cached argv if available.Poul-Henning Kamp1999-11-172-42/+62
* The function `procfs_getattr()' in procfs doesn't set the value ofPoul-Henning Kamp1999-11-172-0/+4
* modfind(char *) -> modfind(const char *)Brian Somers1999-11-172-2/+2
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-176-20/+34
* Make setproctitle(NULL) restore all of the original argumentsBrian Somers1999-11-174-60/+90
* The logic for blackhole processing does not free mbufs if thePoul-Henning Kamp1999-11-171-0/+2
* purity change for name length checking codeAndrey A. Chernov1999-11-171-1/+1
* Merge with OpenBSD whois (with bugfixes missed there)Andrey A. Chernov1999-11-173-38/+173
* gcc 2.95.2Warner Losh1999-11-171-0/+3
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.Archie Cobbs1999-11-173-2/+4
* Fix a couple of boo-boos in the last delta.Matt Jacob1999-11-171-13/+15
* The pipleline problem introduced in version 1.22 wasn't fully fixed inMartin Cracauer1999-11-171-1/+1
* Reduce max length of user names to 15 characters to reflect reality.David Nugent1999-11-171-2/+2
* Build genrtl.h before print-rtl.o.David E. O'Brien1999-11-171-1/+1
* Use the same technique as ps(1) to avoid the need for setgid. (ie: usePeter Wemm1999-11-172-5/+9
* I'm probably jumping the gun, but what the heck, this is -current.Peter Wemm1999-11-171-2/+2
* Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.Peter Wemm1999-11-171-60/+19
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'sPeter Wemm1999-11-172-1/+4
* Fix invalid option name: DIVERT -> IPDIVERTAlexey Zelkin1999-11-171-1/+1
* Add perlopentut.pod, perlreftut.pod and perlthrtut.pod to the list ofSheldon Hearn1999-11-171-3/+4
* Allow sub-Makefile's to determine the version of the OS we are make'ing on.David E. O'Brien1999-11-171-0/+4
* Add `mkstemp.c' to the mix if we are building on something older thanDavid E. O'Brien1999-11-171-0/+3
* Make "-mpreferred-stack-boundary=2" the default on the i386.David E. O'Brien1999-11-172-0/+26
* Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h'David E. O'Brien1999-11-171-4/+0