summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2001-11-13cleanup whole lots of spaces and tabs, while mufflingMichael Shalayeff
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
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
2001-11-13use a close directory for playTheo de Raadt
2001-11-13show they are commandsTheo de Raadt
2001-11-13incorrect checkTheo de Raadt
2001-11-13garbage in my last commitTheo de Raadt
2001-11-13fix pf from going off into the weeds on an ipv6 icmp packet with certain optionMike Frantzen
2001-11-13syncJason Wright
2001-11-13Davicom 9102Jason Wright
2001-11-13Allow balloc to get NULL for bpp. Don't get the buffer in that case.Artur Grabowski
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
2001-11-13Inhibit scooping, update list promptly.Hugh Graham
2001-11-13Add two controlled panics instead of some code that I need to write later.Artur Grabowski
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-11-13o) start new sentence on a new line;Mike Pechkin
2001-11-13o) Fix bogus .Xr usage;Mike Pechkin
2001-11-13enter 3.0.1Markus Friedl
2001-11-13Use more common interface names like lo0, tun0, enc0 for regress tests,Daniel Hartmeier
2001-11-13Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return theArtur Grabowski
2001-11-12Remove unnecessary check for NULL vnode in reassignbuf.Artur Grabowski
2001-11-12a better fix for recursive mutex.Federico G. Schwindt
2001-11-12Make MAXTIME overrideable.Federico G. Schwindt