Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-19 | move to setgid network, and doc why | Theo de Raadt | |
2002-05-19 | fix a copied typo | Theo de Raadt | |
2002-05-19 | do this by hand | Theo de Raadt | |
2002-05-19 | better | Brad Smith | |
2002-05-19 | a few more cards the ep driver supports | Brad 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-19 | Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. | brian | |
2002-05-18 | don't duplicate things here, just include xm-obsd.h. | Federico G. Schwindt | |
fixes warnings found by deraadt@. tested by miod@ | |||
2002-05-18 | Update paths from 4.3BSD to 4.4BSD; partially from NetBSD | Todd C. Miller | |
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale 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-18 | Optimize pmap_remove(). It frequently is called with no mappings to | Dale Rahn | |
remove eg mmap() ok miod@ art@ | |||
2002-05-18 | pasto | Michael Shalayeff | |
2002-05-18 | Use __EOT (as for all other <<'s) instead of __EOC | Kenneth R Westerback | |
2002-05-18 | sync | Theo de Raadt | |
2002-05-18 | dump the stack on splassert failure (XXX - need some kind of | Artur Grabowski | |
rate limiting). | |||
2002-05-18 | If ddb.panic is disabled, print the stack trace before dumping. | Artur Grabowski | |
2002-05-18 | Implement db_stack_dump - a function that will print a stack | Artur Grabowski | |
trace with printf (to the console and into the msgbuf). | |||
2002-05-18 | Eliminate md_get_diskdevs() and md_get_cddevs() by | Kenneth 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-18 | Until we start supporting various modifiers to trace, we have | Artur 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-18 | grok crypto/kqueue/systrace vnodes | Theo de Raadt | |
2002-05-18 | not ready to export fcrypt to userland yet; spotted by lebel | Theo de Raadt | |
2002-05-18 | undo the recent setprogname/getprogname changes, but LEAVE the major ↵ | Theo de Raadt | |
cranked. VERY LOW QUALITY CONTROL was used with this change | |||
2002-05-18 | Handle long (unsigned 32-bit) IDs in print_uid/gid(). From Oleg Safiullin. | Daniel Hartmeier | |
2002-05-18 | export struct fcrypt to userland | Theo de Raadt | |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur 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-18 | when detaching form a process don't forget to remove posted messages. | Niels Provos | |
2002-05-18 | do not reverse-lookup scoped ipv6 address - it is meaningless as there's | Jun-ichiro itojun Hagino | |
no way to pass scope id. sync w/kame | |||
2002-05-17 | Bump the version number to reflect the latest MS-CHAP2 changes | brian | |
2002-05-17 | crank major | Hans Insulander | |
2002-05-17 | getprogname and setprogname moved to libroken, as it's needed by the | Hans Insulander | |
soon to come arla update. | |||
2002-05-17 | Add setprogname and getprogname; needed by the upcoming arla update. | Hans Insulander | |
2002-05-17 | quota(1) does not need to be setuid root; tested by mickey@ | Todd C. Miller | |
2002-05-17 | properly detect the cpu model for the broken cyrix latch; better fix than ↵ | Michael Shalayeff | |
pr#2661 | |||
2002-05-17 | kill unused line | Michael Shalayeff | |
2002-05-17 | Fix nfs_realign to allocate new mbufs. Taken from freebsd | Constantine Sapuntzakis | |
2002-05-17 | Replace -z option (zero) with -r option (remove). | Todd C. Miller | |
2002-05-17 | Remove skeyzero(), it is no longer needed. | Todd C. Miller | |
2002-05-17 | The standard way to get info on symlinks is -L, not -h; Peter Werner | Todd C. Miller | |
2002-05-17 | version.h | Markus Friedl | |
2002-05-17 | Fix typo/thinko. Pass in as to auth_approval(), not NULL. | Todd C. Miller | |
Closes PR 2659. | |||
2002-05-17 | oops, worked only because va_end is a noop on most of our arches. | Marc Espie | |
2002-05-17 | sync with KAME. | Kenjiro Cho | |
- make altq_etherclassify() able to handle packets whose ethernet header is in a separate mbuf. | |||
2002-05-17 | sync 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-17 | sync with KAME. | Kenjiro Cho | |
update ECN in ALTQ from RFC2481 to RFC3168. | |||
2002-05-17 | Remove unused pieces and clean Makefile.inc | Miod Vallat | |
2002-05-17 | Update man page to be something closer to reality. | mjacob | |
2002-05-17 | When modifying a group w/ no members with groupmod(8) the trailing | Todd C. Miller | |
newline was not added. Reported by Rob Sessink, different fix by me. | |||
2002-05-17 | isp* here too | Theo de Raadt | |
2002-05-17 | Add QLogic pci cards in. They seem to work for me at least on a U10. | mjacob | |
2002-05-17 | Roll 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. |