summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-09-24Reset the error return value if the cached TDB matches theAngelos D. Keromytis
2001-09-24Use splimp instead of splnet in some places.Artur Grabowski
2001-09-24get rid of kvtop, not that it matters that muchMichael Shalayeff
2001-09-24there was a possible overrun in prev folding length fix.Michael Shalayeff
2001-09-23Read the MAC address correctly from 630EA1-based sis(4) devices. Should fixAaron Campbell
2001-09-23document some registers; copied from comreg.hTodd C. Miller
2001-09-23solve mtu problem a little more elegantly (ramdisk works on blade100 andJason Wright
2001-09-23ipxintr was missingMichael Shalayeff
2001-09-23make this compile on alphaMichael Shalayeff
2001-09-23oops, fix the after folding sizesMichael Shalayeff
2001-09-23For serial console, drop into ddb on <break> if ddb.console is nonzeroTodd C. Miller
2001-09-23Bump up the tcp half closed timeout (single FIN) to an hourMike Frantzen
2001-09-23Rename kdb_init() to db_machine_init().Miod Vallat
2001-09-23Declare machdep.conssole_device sysctl.Miod Vallat
2001-09-23rename kdb_init() to db_machine_init().Miod Vallat
2001-09-23kernel_pmap -> pmap_kernel()Miod Vallat
2001-09-23Don't define _C_LABEL here.Miod Vallat
2001-09-23Don't redefine pmap_kernel() locally.Miod Vallat
2001-09-23Worst abuse of C, ever.Miod Vallat
2001-09-22perevent panic on timeout_add on non-existing timeout.Michael Shalayeff
2001-09-22pty cleanupTheo de Raadt
2001-09-22supply some entropy from hereMichael Shalayeff
2001-09-22new type for video i/o entropyMichael Shalayeff
2001-09-22no need for ptys on a RAMDISKTheo de Raadt
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-22Add gem at pciArtur Grabowski
2001-09-21syncTheo de Raadt
2001-09-21new stuffTheo de Raadt
2001-09-21configured mtu in BOTH places (grumble)Jason Wright
2001-09-21openbsd style %b handlingJason Wright
2001-09-21execsigs() could modify the wrong sigacts; based on David.Arana@eng.sun.com s...Theo de Raadt
2001-09-21another ETHERMTU + sizeof(struct ether_header) problemJason Wright
2001-09-21adapt to OpenBSD ioctl structureJason Wright
2001-09-21use _C_LABEL for c labels consistantly throghout the sourceMichael Shalayeff
2001-09-21totally useless inlines, cost 1380 bytes tooMichael Shalayeff
2001-09-21a bit smaller size, and add gemJason Wright
2001-09-21Not yet working, but getting a bit closer.Hakan Olsson
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Correctly initialize variables in cpu_fork(). From NetBSD.Miod Vallat
2001-09-21Add the support for "-c", UKC in the bootloader. Note that currently thisDale Rahn
2001-09-21Unnecessary wrapper.Artur Grabowski
2001-09-21Save some space on the stack for AuxInfo. Dynamic binaries now have the corre...Artur Grabowski
2001-09-21regenArtur Grabowski
2001-09-21no need for own implemenation of p{read,write}{,v}Artur Grabowski
2001-09-21grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077Michael Shalayeff
2001-09-21Fix natlook (broke ftp-proxy) and a memory leak.Daniel Hartmeier
2001-09-21bump size to 8192 and remove a sparc-ismJason Wright
2001-09-21-TEST,+RAMDISKJason Wright
2001-09-21Don't protect useful macro definitions with #ifdef _LOCORE, as libc needsMiod Vallat
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat