summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-26make usage readable on a console; eric jackson <shinobi@monkey.org>Jakob Schlyter
2000-04-26usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>Jakob Schlyter
2000-04-26enable userJakob Schlyter
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
2000-04-26syncTheo de Raadt
2000-04-26Make perl sets happy.. Yoy!Bob Beck
2000-04-25Add AudioNvideoConstantine Sapuntzakis
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
large memory machines. This time I really hope we can continue quite a bit away over the Gig.
2000-04-25Use CIRCLEQ_FOREACHConstantine Sapuntzakis
2000-04-25mention tcp identifiers; miodrag@ifrance.comTheo de Raadt
2000-04-25syncTheo de Raadt
2000-04-25kill, test and pwd are ksh builtins--no need to include standalone binaries.Todd C. Miller
2000-04-25fix install mode for skel/dot.rhostsJakob Schlyter
2000-04-25/usr/share/skel removedJakob Schlyter
2000-04-25/usr/share/skel moved to /etc/skelJakob Schlyter
2000-04-25change /usr/share/skel to /etc/skel. maintain dot.magic for backwards ↵Jakob Schlyter
compability.
2000-04-25references to /usr/share/examples/usermgmt removed as we do not have thatJakob Schlyter
2000-04-25skeletal login directory into /etc/skelJakob Schlyter
2000-04-25s/.Os NetBSD/.Os/Jakob Schlyter
2000-04-25do not replace adduser manpage (yet)Jakob Schlyter
2000-04-25we are OpenBSD and HISTORY should say soJakob Schlyter
2000-04-252.6 -> 2.7; deraadt@Aaron Campbell
2000-04-25grammarTheo de Raadt
2000-04-25keyfile protects keys, not filesTheo de Raadt
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, ↵Theo de Raadt
surely it can wait till after 2.7
2000-04-25Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fixAaron Campbell
for now, at least until we determine if there is a more correct one.
2000-04-25remove some non-important HISTORYJakob Schlyter
2000-04-25Missing MLINKSMarc Espie
2000-04-25TypoMarc Espie
2000-04-25When incorporating new messages, clear the "new" count before theTodd C. Miller
inc so the count of new messages is useful afterwards. This makes mail behave more like the SunOS version in this respect.
2000-04-25Mention that ktrace(2) doesn't follow linksTodd C. Miller
2000-04-25Missed this in last ncurses syncTodd C. Miller
2000-04-25screw .S version memset does same job...Michael Shalayeff
2000-04-25make bzero() compile again; millert@ okMichael Shalayeff
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino
2000-04-25getpw*_r()David Leonard
2000-04-25interop w/ F-secure windows clientMarkus Friedl
2000-04-25From Assar: make adosfs compile, I was supposedNiklas Hallqvist
to commit this long ago.
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
the original packet.
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets)
2000-04-25sync unknown list with reality; minor changes.Federico G. Schwindt
2000-04-25use the size of the allocation, not the minimum of what was requested andJason Wright
the allocation size to determine the length of a destination buffer
2000-04-25when fixing up the header, copy from the right sized datatype (fixes IPsecJason Wright
on big-endian machines)
2000-04-25another annoying thingTheo de Raadt
2000-04-25non-O_NOFOLLOW error introduced by accident, this is fragile code..Theo de Raadt
2000-04-25omit RC5Theo de Raadt
2000-04-24clean up bogus .Nm ""Jakob Schlyter