summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-16mvme88k varargs cleanup 1/2Miod Vallat
2001-11-15bio_doread doesn't need a cred anymoreArtur Grabowski
2001-11-15Remove creds from struct buf, move the creds that nfs need into the nfs node.Artur Grabowski
2001-11-15fix password length check; allows usermod -p to work again.Dan Harnett
2001-11-15Initialize listNiklas Hallqvist
2001-11-15Compile with AHC_DEBUGHakan Olsson
2001-11-15uvm_vnp_setsizeArtur Grabowski
2001-11-15remove staticsNiklas Hallqvist
2001-11-15uvm_vnp_setsizeArtur Grabowski
2001-11-15lockmgr instead of rolling our own.Artur Grabowski
2001-11-15sync with reality; scope identifier comes even without NI_WITHSCOPEID.Jun-ichiro itojun Hagino
2001-11-15Don't zero v_bioflag when recycling a vnode in getnewvnode.Artur Grabowski
2001-11-15Make sure that stuff on the syncer worklist has VBIOONSYNCLIST setArtur Grabowski
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-15Missed one place to check for bpp == NULLArtur Grabowski
2001-11-15make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.Jun-ichiro itojun Hagino
2001-11-15cdev glue for crypto(9) [Not known to work, but will as soon as interruptJason Wright
2001-11-15Listen on port 587 for IPv6 too. Noticed by todd@Todd C. Miller
2001-11-14allow swaples diskless configs; deradt@ okMichael Shalayeff
2001-11-14use substract when comparing keys, for ip addrs as well.Michael Shalayeff
2001-11-14Mention that the meaning of the battery_life variable in apm_power_infoMiod Vallat
2001-11-14Points to disklabelMarc Espie
2001-11-14On macppc, print the recharge time estimate as a recharge time estimate, notMiod Vallat
2001-11-14On macppc, when the battery is charging, the life time estimatation is in factMiod Vallat
2001-11-14Move call to daemon() after chdir() so any error message printedTodd C. Miller
2001-11-14Don't yell about clock drift for ridiculous (less than 48 hours) deltas.Miod Vallat
2001-11-14add ppp(4) per popular demandMichael Shalayeff
2001-11-14add ppp(4), from netbsdMichael Shalayeff
2001-11-14add bridge control bit definitions up to pci2.2, via netbsdMichael Shalayeff
2001-11-14avoid stdio in a signal handler; millert okTheo de Raadt
2001-11-14in a signal handler, change errx() to warnx() + _exit; millert okTheo de Raadt
2001-11-14errno saving wrapping in a signal handlerTheo de Raadt
2001-11-14Mention the return code of the script, as suggested by miod@.Hakan Olsson
2001-11-14indentTheo de Raadt
2001-11-14fix most signal racesTheo de Raadt
2001-11-14kill signal race. insanely, the code becomes simplerTheo de Raadt
2001-11-14get rid of signal raceTheo de Raadt
2001-11-14Better exit codes. ok mickey,millert,miod,deraadtHakan Olsson
2001-11-14save errno in signal handlerTheo de Raadt
2001-11-14in poll, if fd is < 0, clear revents; bjy@mogua.orgTheo de Raadt
2001-11-14fix a typo, from Daniel Lucq <daniel@lucq.org>, tested on:Michael Shalayeff
2001-11-14Change Vax aout magic and set binary page size to 4k.Hugh Graham
2001-11-14Harmonize tabs.Hugh Graham
2001-11-14Change Vax LDPGSZ to 4k.Hugh Graham
2001-11-14Compat layer for 1k Vax aout, from NetBSD.Hugh Graham
2001-11-14New MID for Vax bins with 4k logical page size.Hugh Graham
2001-11-14o Don't accept URLs with user:pass@ and an extra unencoded @.Heikki Korpela
2001-11-14typo; nulld@norm.nulld.netTheo de Raadt
2001-11-14sync with kame better. open some renaming #defines (ENI_xx).Jun-ichiro itojun Hagino
2001-11-14initialize sockaddr_in6 correctlyJun-ichiro itojun Hagino