summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-15Make sure that stuff on the syncer worklist has VBIOONSYNCLIST setArtur Grabowski
and stuff that isn't on the worklist doesn't have it set.
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
Use where VTEXT was set in vnode flags before. Doesn't do anything else (yet).
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
sync with kame.
2001-11-15cdev glue for crypto(9) [Not known to work, but will as soon as interruptJason Wright
issues are ironed out]
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
those happen as signed integers and seem to work fine. saves whole bunch of useless code. dhartmei@ ok
2001-11-14Mention that the meaning of the battery_life variable in apm_power_infoMiod Vallat
structure depends of the battery_state value.
2001-11-14Points to disklabelMarc Espie
ok theo.
2001-11-14On macppc, print the recharge time estimate as a recharge time estimate, notMiod Vallat
a battery life estimate, when the battery is charging. Also, if the ac switched state and the life time, whatever it will be a life estimate or a recharge estimate, has been reset to zero, print it as not available.
2001-11-14On macppc, when the battery is charging, the life time estimatation is in factMiod Vallat
the recharge time estimation. So there is no need to annoy the user if this value is <= 10 minute, since no surprise powerdown is about to happen. ok drahn@ mickey@
2001-11-14Move call to daemon() after chdir() so any error message printedTodd C. Miller
on chdir error doesn't go to /dev/null; Janjaap van Velthooven
2001-11-14Don't yell about clock drift for ridiculous (less than 48 hours) deltas.Miod Vallat
hugh@ ok
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
> (0) a SCSI disk with a working OpenBSD install > (1) a SCSI disk with cleared first sector (dd if=/dev/zero) > (2) an IDE disk with a working OpenBSD install > (3) an IDE disk with cleared first sector
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
Rename old MID for use in compat.
2001-11-14o Don't accept URLs with user:pass@ and an extra unencoded @.Heikki Korpela
@ should be encoded as %40 for passwords and usernames. @ in the pathname portion of the URL is ok. o decode usernames and passwords as per FTP URL specification. spotted by krw@, input from krw@ and fgs@ millert@ ok
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
2001-11-14use strncpy instead of strcpy, just in caseJun-ichiro itojun Hagino
2001-11-14- Move rng buffer allocation (bus_dmamem_map/unmap) to attach instead of duringJason Wright
the first timeout which is the wrong time to be calling bus_dmamem_map/unmap - Make sure that mastering is really enabled. - remove some debugging stuff that would be a pain to get working on sparc64.
2001-11-14Define the TRDY timeout and RETRY timeout registers (not used... yet)Jason Wright
2001-11-14- Sprinkle more htole16/htole32s so that this thing has a chance of workingJason Wright
on big endian machines. (Unfortunately I can't verify this really works on sparc64 because of crazy psycho(4) interrupt problems). - use htole32() on constants instead of letoh32() on variables and hope for better optimization. - In several places use the unswizzled shadows to see what kind of operation has been queued instead of the (now) swizzled versions. - hifn provides some BE/LE assist, but it seems to vary depending on revision and chip number, perhaps it's worth investigating?
2001-11-13cleanup whole lots of spaces and tabs, while mufflingMichael Shalayeff
w/ the cards we have here and those are the cheapest petrolleum product on the east cost, let me tell ya. insert valid freebsd rcsid and a comment about bugs and such.
2001-11-13fix XrTheo de Raadt
2001-11-13no kpasswd(1)Theo de Raadt
2001-11-13Escape \ in example.Daniel Hartmeier
2001-11-13and for the case where it allocates a bunch at a time, also make sure theTheo de Raadt
software flag gets set.
2001-11-13Improve introduction, add example.Daniel Hartmeier
2001-11-13kill BUGS sections that basically say "there might be bugs". Like, WTF?Theo de Raadt
2001-11-13make setting ipx frame type work; from Ian McWilliam <ianm@cit.uws.edu.au>Michael Shalayeff