Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski | |
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn | |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski | |
2001-09-24 | fix back the kbd, sorry | Michael Shalayeff | |
2001-09-24 | Do not force polling while cold = 0; from NetBSD, hinted at by fgs@ | Miod Vallat | |
While there, bring a couple of bugfixes as well, and fix a typo. This solves the panic during mountroot experienced on some vax and some mac68k machines. | |||
2001-09-24 | Reset the error return value if the cached TDB matches the | Angelos D. Keromytis | |
policy. Pointed out by jdmcbride@iol.ie | |||
2001-09-24 | Use splimp instead of splnet in some places. | Artur Grabowski | |
I don't understand why, but it helps stability a lot. | |||
2001-09-24 | get rid of kvtop, not that it matters that much | Michael Shalayeff | |
2001-09-24 | there was a possible overrun in prev folding length fix. | Michael Shalayeff | |
however i was lucky enough so it worked. anyway, this fixes the problem and seems to run very much alright on sparc at least. | |||
2001-09-23 | Read the MAC address correctly from 630EA1-based sis(4) devices. Should fix | Aaron Campbell | |
problems people have been reporting of this nature with the SiS network devices found on some motherboards; fixes pr#2085. Patch by peter@, jason@ ok Also, some space vs tab fixes while we're here. | |||
2001-09-23 | document some registers; copied from comreg.h | Todd C. Miller | |
2001-09-23 | solve mtu problem a little more elegantly (ramdisk works on blade100 and | Jason Wright | |
u5 now). | |||
2001-09-23 | ipxintr was missing | Michael Shalayeff | |
2001-09-23 | make this compile on alpha | Michael Shalayeff | |
2001-09-23 | oops, fix the after folding sizes | Michael Shalayeff | |
2001-09-23 | For serial console, drop into ddb on <break> if ddb.console is nonzero | Todd C. Miller | |
2001-09-23 | Bump up the tcp half closed timeout (single FIN) to an hour | Mike Frantzen | |
2001-09-23 | Rename kdb_init() to db_machine_init(). | Miod Vallat | |
Fix prototypos for the early console routines. Use even more PMAP_NEW syntactic sugar. Remove some debugging stuff. Use symbolic values instead of magic numbers. Fix safepri value. Implement machdep.console_device sysctl. | |||
2001-09-23 | Declare machdep.conssole_device sysctl. | Miod Vallat | |
2001-09-23 | rename kdb_init() to db_machine_init(). | Miod Vallat | |
2001-09-23 | kernel_pmap -> pmap_kernel() | Miod Vallat | |
2001-09-23 | Don't define _C_LABEL here. | Miod Vallat | |
XXX this file should probably disappear. soon. | |||
2001-09-23 | Don't redefine pmap_kernel() locally. | Miod Vallat | |
2001-09-23 | Worst abuse of C, ever. | Miod Vallat | |
2001-09-22 | perevent panic on timeout_add on non-existing timeout. | Michael Shalayeff | |
happens on key press before kbd was attached and after zs has been initialized. | |||
2001-09-22 | pty cleanup | Theo de Raadt | |
2001-09-22 | supply some entropy from here | Michael Shalayeff | |
2001-09-22 | new type for video i/o entropy | Michael Shalayeff | |
2001-09-22 | no need for ptys on a RAMDISK | Theo de Raadt | |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat | |
2001-09-22 | Add gem at pci | Artur Grabowski | |
2001-09-21 | sync | Theo de Raadt | |
2001-09-21 | new stuff | Theo de Raadt | |
2001-09-21 | configured mtu in BOTH places (grumble) | Jason Wright | |
Also, make it a bit higher than normal (this is an ugly hack and will be removed when I figure out what this thing wants). | |||
2001-09-21 | openbsd style %b handling | Jason Wright | |
2001-09-21 | execsigs() could modify the wrong sigacts; based on David.Arana@eng.sun.com ↵ | Theo de Raadt | |
saying he could not understand how this worked | |||
2001-09-21 | another ETHERMTU + sizeof(struct ether_header) problem | Jason Wright | |
2001-09-21 | adapt to OpenBSD ioctl structure | Jason Wright | |
2001-09-21 | use _C_LABEL for c labels consistantly throghout the source | Michael Shalayeff | |
2001-09-21 | totally useless inlines, cost 1380 bytes too | Michael Shalayeff | |
2001-09-21 | a bit smaller size, and add gem | Jason Wright | |
2001-09-21 | Not yet working, but getting a bit closer. | Hakan Olsson | |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-09-21 | Correctly initialize variables in cpu_fork(). From NetBSD. | Miod Vallat | |
2001-09-21 | Add the support for "-c", UKC in the bootloader. Note that currently this | Dale Rahn | |
is not fully supported by the kernel, so will just hang the machine. | |||
2001-09-21 | Unnecessary wrapper. | Artur Grabowski | |
2001-09-21 | Save some space on the stack for AuxInfo. Dynamic binaries now have the ↵ | Artur Grabowski | |
correct argv. | |||
2001-09-21 | regen | Artur Grabowski | |
2001-09-21 | no need for own implemenation of p{read,write}{,v} | Artur Grabowski | |
2001-09-21 | grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077 | Michael Shalayeff | |