summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
* More cleanups, tweaks and features.peter1999-04-248-219/+86
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
* Add missing strings.phk1999-04-241-0/+7
* typo in commentphk1999-04-241-2/+2
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
* Changed the type of id_port from short into int to avoid wrongkato1999-04-242-4/+4
* Lite2 bugfixes merge:ache1999-04-241-3/+3
* Minor nit. It is probably still incorrect, but at least don'tdcs1999-04-241-1/+1
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
* Move loader.conf.5, while it is still in it's first revision.dcs1999-04-242-3/+3
* remove uid switching before login_getpwclass, now done inside libutilache1999-04-241-3/+6
* Add loader.4th man page (worst man page I ever wrote -- reviewsdcs1999-04-243-3/+263
* oops, add pwd!=NULL check to previous fixache1999-04-241-11/+17
* Switch to user UID/GID before checking/reading its ~/.login_confache1999-04-241-1/+14
* Fix spelling of '#if 0'.dt1999-04-241-1/+1
* add MLINKS for two functions used from login_auth.cache1999-04-242-19/+20
* Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.peter1999-04-243-237/+237
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herepeter1999-04-242-60/+60
* Use pointer arithmetic as appropriate.dt1999-04-241-2/+2
* postpone the sending of IGMP LEAVE msg to after deleting theluigi1999-04-241-2/+8
* Fixed printf format errors on alpha.dt1999-04-243-9/+9
* Use pointer arithmetic to do pointer arithmetic.dt1999-04-241-3/+3
* Modify the non-i386 version of disable_intr() and enable_intr() so that theydt1999-04-242-6/+6
* Revert part of the previous commit. Keep the example that shows how thenik1999-04-241-0/+18
* Add an option to disable responses to SAP_GETNEAREST_SERVER requests.jhay1999-04-244-4/+16
* Back out parts of rev 1.4; making isa.c preserve the hints across apeter1999-04-241-14/+15
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-243-6/+3
* Don't clear the hints on release, just the resource containers.peter1999-04-242-14/+2
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-242-4/+4
* Optimize better for space.kato1999-04-241-3/+3
* Commented out adv_isa.c.kato1999-04-242-4/+4
* - PC98 doesn't support 16bits bus I/F of adv deriver.kato1999-04-241-1/+16
* 1MB is not 1024 * 1024 * 1024 but 1024 * 1024.kato1999-04-244-8/+8
* Remove some left-over stuff from NetBSD that we don't need. Thisjdp1999-04-242-29/+7
* Remove the registration stuff; we're redoing this and the emailedjkh1999-04-2422-485/+21
* Typo of `same_ports' directive.sada1999-04-241-2/+2
* ahc_pci.c:gibbs1999-04-234-234/+304
* staticize.gibbs1999-04-232-4/+4
* ahb.c:gibbs1999-04-234-52/+36
* bt.c:gibbs1999-04-232-10/+18
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-234-435/+703
* Kill a compiler warning.gibbs1999-04-231-1/+2
* Release bus entries in the EDT when a path is released.gibbs1999-04-231-4/+14
* Make the register_intr() glue actually have a chance of working...peter1999-04-234-8/+12
* s/lkm(4)/kld(4)/peter1999-04-233-6/+6
* Make pmap_collect() an official pmap interface.dt1999-04-235-9/+6
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-234-7/+6
* Fixed several (not all) warnings.dt1999-04-2315-101/+45
* local_cron -> local_periodicghelmer1999-04-231-3/+3
OpenPOWER on IntegriCloud