summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-02increase fixed extent storageMichael Shalayeff
2001-12-02fix simple signal handlersTheo de Raadt
2001-12-02KNF, and remove unneccessary signal blocking and errno saving, since not ↵Theo de Raadt
signal handlers anymore; millert ok
2001-12-02pretty much KNF or simplification; millert okTheo de Raadt
2001-12-02zap };Theo de Raadt
2001-12-02remove some };Theo de Raadt
2001-12-02remove some XXX commentsTheo de Raadt
2001-12-02add -a to use adjtime(), like rdate(1) doesTheo de Raadt
2001-12-021) kill old vm_*_t types (no real effect)Todd C. Miller
2) Change flag in uvm_km_suballoc() from VM_MAP_PAGEABLE to 0 3) Pass pmap_extract the address of Segtabzeropa, not Segtabzeropa itself
2001-12-02grammarjoshua stein
ok miod@
2001-12-02Clarify man page and usage string to say 'pathname' and not 'string'Todd C. Miller
or 'dir'. Closes PR 2216; s AT msmith.net
2001-12-02Add a few useful details to the mac68k installation notes, based on feedbackMiod Vallat
from "Dave C." <aq820@hwcn.org> Also, sync supported hardware list with mac68k.html..
2001-12-02document tcpdump on pflog0 to make Theo happy and prove nroff can't kill youMike Frantzen
(but damn can it try)
2001-12-02Put back the interrupt fixed code, since it's not the issue.Marc Espie
2001-12-01Warn that pidfile() will not have the expected removal behaviour if _exit()Miod Vallat
is called.
2001-12-01Revert previous, as pidfile() uses atexit(), which is no use if we callMiod Vallat
_exit() in signal handlers. Noticed by Theo.
2001-12-01spelling; krapht@secureops.comTheo de Raadt
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-12-01don't pass user defined variables to /usr/bin/loginMarkus Friedl
2001-12-01fd_set, not struct fd_setTheo de Raadt
2001-12-01typoTheo de Raadt
2001-12-01correct irq messageTheo de Raadt
2001-12-01remove unused variablesTheo de Raadt
2001-12-01remove unused variable; csapuntz okTheo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01217 lines of diff for KNF, dhartmei, you are evilTheo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01remove a blank line that makes me nervous (ie. amanda)Theo de Raadt
2001-12-01use strtoul() instead of atoi()Theo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01fix headersTheo de Raadt
2001-12-01wrong printf spec for a fieldTheo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01document why multicast tools are missingTheo de Raadt
2001-12-01pull in protosTheo de Raadt
2001-12-01fix fd_set overflowTheo de Raadt
2001-12-01syncTheo de Raadt
2001-12-01change to WSEMUL_NO_DUMBTheo de Raadt
2001-12-01shortenTheo de Raadt
2001-12-01wipe print_nat()'s nose (use dnot correctly instead of snot). i need to startMike Frantzen
naming variables 'bugger'. yes, thats what i'll do
2001-12-01recover ugly irq print, cleanup on failure to attachMichael Shalayeff
2001-12-01fix realtek codec ids. fxi codec id decode -- from krw@Michael Shalayeff
2001-12-01Add TF_EAX and TF_ESP for trapframe struct. niklas@ okHakan Olsson
2001-12-01Provide more debugging info for the spl not lowered on syscall exitNiklas Hallqvist
situation. And stop in ddb once again so more debugging still can be carried out.
2001-12-01regenMichael Shalayeff
2001-12-01dpt 2005sMichael Shalayeff
2001-12-01Unlock and drop vnode if VOP_GETATTR fails.Artur Grabowski
2001-11-30More changes that cvs forgot to commit in the pmap_motorola switch.Miod Vallat
2001-11-30cvs hates me.Miod Vallat
How come had this file been missed in the previous amiga commit???
2001-11-30Repair after pmap_kenter_pgs() removal.Miod Vallat