summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-05remove garbage; miod okTheo de Raadt
2001-12-05update from Nsk dudesMichael Shalayeff
2001-12-05syncChristian Weisgerber
2001-12-05Add AdLib MSC 16 PnP.Christian Weisgerber
From Georg Schwarz <georg.schwarz@iname.com>; ok deraadt@
2001-12-05Minor sync with NetBSDTodd C. Miller
o fix two err() calls that should be errx() o don't use the colonc variable in a non-obvious way o add missing or of F_SHELL when in preserve mode
2001-12-05change KMEMPAGES back to 64M, 128M does not work on large memory machines.Dale Rahn
ok art@
2001-12-05o Use proper uid_t and gid_t types and fixup printf format strings to matchTodd C. Miller
o Change "unsigned" -> "unsigned int" o Correct a buffer size that should have been LINE_MAX o Simplify creation of group entry in groupmod() using strlcat() and catch errors. Theo and myself...
2001-12-05If we assume (just pure speculation) that there will be a pmap sometime inArtur Grabowski
the future that wants to allocate pv entries for every pmap_enter and wants to allocate those pv entries from kmem_map, it might be a good idea to init the kmem_map before initializing the kmemusage struct (because kmemusage allocates memory).
2001-12-05Correctly parse hex numbers. Spotted by Claudio Jeker. Closes PR 2234.Daniel Hartmeier
2001-12-05Put back to the old KMEM size, until we can increase this and have it workDale Rahn
on large memory machines.
2001-12-05o) start new sentence on a new line;Mike Pechkin
o) minor mdoc fix; millert@ ok.
2001-12-05make theo and djm happy: bye bye regexpMarkus Friedl
2001-12-05calculate and use nkmempages, not NKMEMCLUSTERS.Artur Grabowski
2001-12-05Remove NKMEMCLUSTERS.Artur Grabowski
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05Make nroff happy with .Sq rather than literal quotes.Hugh Graham
2001-12-05Several typos; mpechJason Wright
2001-12-05post 3.0.2Markus Friedl
2001-12-05Change pcache_flush_line to pcache_flush_page since this is the only wayArtur Grabowski
we use the function. At the same time fix the pte pool backend functions to allocate and map the memory themselves.
2001-12-05xref on pci(4), isa(4) and other fixes from me and pe4kinMichael Shalayeff
2001-12-05move and update the mans on radioMichael Shalayeff
2001-12-05kill ugly spacesMichael Shalayeff
2001-12-05this has been setuid for quite some timeTheo de Raadt
2001-12-05unsmoke radiumMichael Shalayeff
2001-12-05add radiotack defsMichael Shalayeff
2001-12-05use strlcpy insteadTheo de Raadt
2001-12-05update for radio drivers from tm@oganer.net und jumbo@narod.ruMichael Shalayeff
2001-12-05KNF, i need this for what comes next..Theo de Raadt
2001-12-05simplifyTheo de Raadt
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2001-12-05minor KNFTheo de Raadt
2001-12-05this stuff is supplied by -lrpcsvcTheo de Raadt
2001-12-05simplify the sourceTheo de Raadt
2001-12-05KNF whackTheo de Raadt
2001-12-05choose one AC97 name and stick with it a bit more oftenTheo de Raadt
2001-12-05at least make this more realTheo de Raadt
2001-12-05remove liesTheo de Raadt
2001-12-05documentation nitsTheo de Raadt
2001-12-05malloc(n) regression testTheo de Raadt
2001-12-05KNF, and remove part of the TLI garbageTheo de Raadt
2001-12-05document how malloc(0) blobbies are stored, and their characterTheo de Raadt
2001-12-05mention cgsix & cgthreeJason Wright
2001-12-05Same stuff as cgthree:Jason Wright
- fix initialization so that the cursor is initialized to be in the same place the prom left it. - remove some trial and error #if 0 stuff - fix copyo's in a2int() - ditch *_romcursoraddr for a direct call to romgetcursoraddr() - allow this to attach (without panic()) if it is not the console.
2001-12-05- fix initialization so that the cursor is initialized to be in the sameJason Wright
place the prom left it. - remove some trial and error #if 0 stuff - fix copyo's in a2int() - ditch *_romcursoraddr for a direct call to romgetcursoraddr() - allow this to attach (without panic()) if is is not the console.
2001-12-05make it compile with more strict prototype checkingJun-ichiro itojun Hagino
2001-12-05deal with LP64 printf issue with sig_atomic_t. from thorpejJun-ichiro itojun Hagino
2001-12-05Enable MSCP disk support, since although untested due to lack ofHugh Graham
hardware, it's possible this is working...
2001-12-05sync with netbsd. untested.Hugh Graham
2001-12-05Get maxslp with sysctl. Not the constant.Artur Grabowski
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski