summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-19move to setgid network, and doc whyTheo de Raadt
2002-05-19fix a copied typoTheo de Raadt
2002-05-19do this by handTheo de Raadt
2002-05-19betterBrad Smith
2002-05-19a few more cards the ep driver supportsBrad Smith
2002-05-19 o Fix some fallout from argv handling changes.Todd C. Miller
o Use ANSI function headers o When creating a new user record cope with the fact that there may be an existing zero-length userrecord. o Replace -z with -r in usage()
2002-05-19Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian
2002-05-18don't duplicate things here, just include xm-obsd.h.Federico G. Schwindt
fixes warnings found by deraadt@. tested by miod@
2002-05-18Update paths from 4.3BSD to 4.4BSD; partially from NetBSDTodd C. Miller
2002-05-18Workaround for color restoration on return from X. vgafb will notDale Rahn
reset the color palette to it's default colors when going back to text mode. Would be better to fix this in the X server. ok matthieu@
2002-05-18Optimize pmap_remove(). It frequently is called with no mappings toDale Rahn
remove eg mmap() ok miod@ art@
2002-05-18pastoMichael Shalayeff
2002-05-18Use __EOT (as for all other <<'s) instead of __EOCKenneth R Westerback
2002-05-18syncTheo de Raadt
2002-05-18dump the stack on splassert failure (XXX - need some kind ofArtur Grabowski
rate limiting).
2002-05-18If ddb.panic is disabled, print the stack trace before dumping.Artur Grabowski
2002-05-18Implement db_stack_dump - a function that will print a stackArtur Grabowski
trace with printf (to the console and into the msgbuf).
2002-05-18Eliminate md_get_diskdevs() and md_get_cddevs() byKenneth R Westerback
1) Saving one boot's worth of dmesg in /tmp/dmesg.boot 2) Using sed to scan for devices and pull out names in new get_diskdevs() and get_cddevs() in install.sub 3) Saving any md disk/cd sed patterns in MDDISKDEVS and MDCDDEVS variables.
2002-05-18Until we start supporting various modifiers to trace, we haveArtur Grabowski
to treat the 'addr' the same way on all archs. This means that alpha can't do anything with the addr because we need a complete trap frame to be able to print a trace.
2002-05-18grok crypto/kqueue/systrace vnodesTheo de Raadt
2002-05-18not ready to export fcrypt to userland yet; spotted by lebelTheo de Raadt
2002-05-18undo the recent setprogname/getprogname changes, but LEAVE the major ↵Theo de Raadt
cranked. VERY LOW QUALITY CONTROL was used with this change
2002-05-18Handle long (unsigned 32-bit) IDs in print_uid/gid(). From Oleg Safiullin.Daniel Hartmeier
2002-05-18export struct fcrypt to userlandTheo de Raadt
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
that specifies which printf funciton it should use. Implement db_stack_trace_cmd in MI code. Thanks to miod@ for all the tests.
2002-05-18when detaching form a process don't forget to remove posted messages.Niels Provos
2002-05-18do not reverse-lookup scoped ipv6 address - it is meaningless as there'sJun-ichiro itojun Hagino
no way to pass scope id. sync w/kame
2002-05-17Bump the version number to reflect the latest MS-CHAP2 changesbrian
2002-05-17crank majorHans Insulander
2002-05-17getprogname and setprogname moved to libroken, as it's needed by theHans Insulander
soon to come arla update.
2002-05-17Add setprogname and getprogname; needed by the upcoming arla update.Hans Insulander
2002-05-17quota(1) does not need to be setuid root; tested by mickey@Todd C. Miller
2002-05-17properly detect the cpu model for the broken cyrix latch; better fix than ↵Michael Shalayeff
pr#2661
2002-05-17kill unused lineMichael Shalayeff
2002-05-17Fix nfs_realign to allocate new mbufs. Taken from freebsdConstantine Sapuntzakis
2002-05-17Replace -z option (zero) with -r option (remove).Todd C. Miller
2002-05-17Remove skeyzero(), it is no longer needed.Todd C. Miller
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2002-05-17version.hMarkus Friedl
2002-05-17Fix typo/thinko. Pass in as to auth_approval(), not NULL.Todd C. Miller
Closes PR 2659.
2002-05-17oops, worked only because va_end is a noop on most of our arches.Marc Espie
2002-05-17sync with KAME.Kenjiro Cho
- make altq_etherclassify() able to handle packets whose ethernet header is in a separate mbuf.
2002-05-17sync with KAME.Kenjiro Cho
- don't MALLOC() with M_WAITOK in the spl block. move the allocation before splimp(). - when we reset vt of a class, reset the runtime service curve as well. - don't use max() to compare 64 bit values.
2002-05-17sync with KAME.Kenjiro Cho
update ECN in ALTQ from RFC2481 to RFC3168.
2002-05-17Remove unused pieces and clean Makefile.incMiod Vallat
2002-05-17Update man page to be something closer to reality.mjacob
2002-05-17When modifying a group w/ no members with groupmod(8) the trailingTodd C. Miller
newline was not added. Reported by Rob Sessink, different fix by me.
2002-05-17isp* here tooTheo de Raadt
2002-05-17Add QLogic pci cards in. They seem to work for me at least on a U10.mjacob
2002-05-17Roll core version.mjacob
Make the firmware pointer no longer a const- since the continuation mailbox code indexes off of this, compilers whine too much. Fix various other definitions. Add a bunch of interrupt related stats.