Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-13 | bswap16 and bswap32 were removed from the library, api change, must rev major. | Dale Rahn | |
2001-07-13 | flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller | |
2001-07-13 | Remove static'ness of functions in line with normal OpenBSD | Kenneth R Westerback | |
preferences. Rename tul_* functions/variables iha_* for consistancy, since all are now visible. As updating the EEPROM did not work, don't try. Remove now unused static dftNvram variable, and functions used only in trying to write it to EEPROM. Make iha_rate_tbl a const. | |||
2001-07-13 | Perform MSS fixups on incoming packets as well as outgoing. | brian | |
2001-07-13 | everytime i clean in here, i get a 250 line diff... | Theo de Raadt | |
2001-07-13 | Don't remove innocent files by accident, but on the other hand, | Miod Vallat | |
be sure to remove filres before mknod'ing them again. Also speed up some rm constructs. Discussed with hugh@ | |||
2001-07-12 | Better tsort checker: parses cycle output, and checks that it's correct | Marc Espie | |
with respect to the input. Additional testcase, based on libcurses, that failed in the past. Activate t5, t6. Check cycles output everywhere. | |||
2001-07-12 | more mdoc fixes. | Jun-ichiro itojun Hagino | |
From: Mike Pechkin <mpech@prosoft.org.lv> | |||
2001-07-12 | more typo | Jun-ichiro itojun Hagino | |
2001-07-12 | typo; s/IFQ_EMPTY/IFQ_IS_EMPTY/ | Jun-ichiro itojun Hagino | |
2001-07-12 | a couple of mdoc fixes | Jun-ichiro itojun Hagino | |
2001-07-12 | add ALTQ related options. | Kenjiro Cho | |
2001-07-12 | enable altq.9 | Kenjiro Cho | |
2001-07-12 | add altq.9 that describes ALTQ queue macros. | Kenjiro Cho | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-07-12 | extra wddone caused biodone panics occasionally | Constantine Sapuntzakis | |
2001-07-12 | Rework of probe code. Try better to deal with floating buses. Depending | Constantine Sapuntzakis | |
on the value floating on the bus, we would occasionally skip the register writability tests. Whoops... Move fix for a flash device that doesn't wake up until a command is sent Try to supress spurious interrupts. However, if one does happen, acknowledge it anyway by reading status. This prevents the interrupt condition from persisting. | |||
2001-07-11 | Error on invalid ports | Constantine Sapuntzakis | |
2001-07-11 | no need to call dirname(pw->pw_dir). | Markus Friedl | |
note that dirname(3) modifies its argument on some systems. | |||
2001-07-11 | Eliminate use of static functions in line with normal OpenBSD | Kenneth R Westerback | |
preferences. Having more debugging info available during fixup of this driver to work on powerpc can't hurt either! Change adwminphys() to adw_minphys() to make consistant with all other function names in adw.c. | |||
2001-07-11 | "ln -s" -> "ln -sf"; ok hin | Peter Valchev | |
2001-07-11 | sort options string, fix -p, add -k | Markus Friedl | |
2001-07-11 | Simplify pf_pull_hdr(), don't use inner IP header's ip_len or ip_off | Daniel Hartmeier | |
in case of pf_test_state_icmp(). This solves the "ICMP error message too short" problems. Reported by ycchang and heko. | |||
2001-07-11 | Plug memory leak in pw_copy(); millert@ ok | Aaron Campbell | |
2001-07-11 | Clarify performance of tsort -l (hamiltonian circuit is NP-complete). | Marc Espie | |
2001-07-11 | need to save hint (verified from current netbsd uvm_map.c) -- need mod | mts | |
to allow bpf to manage shared address space. | |||
2001-07-11 | Space stripping | Marc Espie | |
2001-07-11 | Typo in comment | Marc Espie | |
2001-07-11 | since Feb'99 uid_end is 2147483647, not 32000. | Mike Pechkin | |
millert@ ok | |||
2001-07-11 | Correct path in an example. Already fixed in heimdal repository. | Hans Insulander | |
2001-07-11 | Remove the need for simple_exec.c | Hans Insulander | |
2001-07-11 | Use our swap16 and swap32 instead of the ones in libroken. | Hans Insulander | |
2001-07-11 | Don't put krb5 stuff in libkafs, as this creates some very unwanted | Hans Insulander | |
library dependencies. kafs functions for krb5 is now in libkrb5 instead. Bump major versionnumber. | |||
2001-07-11 | Put libkafs stuff for krb5 in libkrb5, to resolve linking issues. | Hans Insulander | |
Bump minornumber. | |||
2001-07-11 | Added todo about kstash and library cleanup | Hans Insulander | |
2001-07-11 | typo in comment | Peter Valchev | |
2001-07-11 | When rebuilding ramdisk kernel, rebuild dependancies after config RAMDISK | Dale Rahn | |
and make clean. If a file has been removed from the source tree, and the old dependancies still refer to it, the build will break. | |||
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-07-11 | Return 0 on success, convert exit to return | Angelos D. Keromytis | |
2001-07-11 | make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok | Jun-ichiro itojun Hagino | |
XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and -I/usr/include/kerberosV? | |||
2001-07-10 | Use offsetof() from sys/param.h, not a local define. | Kenneth R Westerback | |
2001-07-10 | don't panic if fork or pipe fail (just return an empty passwd). | Markus Friedl | |
2001-07-10 | Style. | Angelos D. Keromytis | |
2001-07-10 | typo; from Joseph Mallett <jmallett@xMach.org> | Michael Shalayeff | |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt | |
2001-07-10 | -Wall | Theo de Raadt | |
2001-07-10 | Missing breaks. | Marc Espie | |
Case labels must be integral values for deterministic behavior. | |||
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie | |
Restore missing breaks. | |||
2001-07-10 | some .Pp removed, according to mpech@ | Daniel Hartmeier | |
2001-07-10 | (c)-2001 | Hakan Olsson | |