Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-01 | 16 partitions, and fix a few glitches (mainly :bx sizes not being power of two) | Miod Vallat | |
2003-03-01 | mrouted & friends can now be enabled | Theo de Raadt | |
2003-03-01 | After 2 years, and more than 350 pieces of mail exchanged with "the | Theo de Raadt | |
right people" at Stanford, we finally succeed at getting the parts of the code they wrote to be released under a BSD license. The other components were written by USC and Xerox (who were quick at helping, 5 days and 6 weeks if I recall). Of the ~200 authors we have contacted regarding license issues, this institution has been THE WORST to deal with, and to think -- this is an American University. How far the edifice of educational freedom has fallen.... shame on you Stanford. | |||
2003-03-01 | apparently xerox wrote this snmp stuff | Theo de Raadt | |
2003-03-01 | - only declare and provide pmap_map() for mac68k, until it bites the dust. | Miod Vallat | |
Other m68k-based arches do not need it. - do not wait to allocate struct pv_page. Either pmap_enter() has been invoked with PMAP_CANFAIL and can live with this, or we are close to fandagoland anyways. | |||
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat | |
ok millert@ | |||
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright | |
2003-02-28 | note that default and control queue must not be identical | Henning Brauer | |
2003-02-28 | a cbq queue cannot be both default and control queue | Henning Brauer | |
fails right now | |||
2003-02-28 | Based on several comments from tedu: | Jason Wright | |
- two variables 'err' and 'error', whacked - missing initialization in the error path for the case where an SA expired while off in crypto land. - a small bit of knf. | |||
2003-02-28 | typos; | Jason McIntyre | |
reboot(2), sigaction(2): help and ok millert@ | |||
2003-02-28 | Fix a bug found by propolice on sparc64; Jan Johansson | Todd C. Miller | |
2003-02-28 | update lasttick in clockintr() so that time doesn't run away with us | Jason Wright | |
(based on a larger diff from henric). | |||
2003-02-28 | do not entice people into playing with broken fs | Ted Unangst | |
ok deraadt@ | |||
2003-02-28 | intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff) | Jason Wright | |
2003-02-28 | sync | Theo de Raadt | |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller | |
Inspired by a change in NetBSD and reported by Jan Johansson. | |||
2003-02-28 | make intrcnt[n] an int to fit with the kern.intrcnt changes in January | Jason Wright | |
2003-02-28 | add targets to regenerate the .ok files | Henning Brauer | |
ok cedric@, silence others | |||
2003-02-28 | Update firmware to latest levels- fixes several nasty bugs on the 2300 at least. | mjacob | |
2003-02-28 | .Xr the right pages | Jason Wright | |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright | |
2003-02-28 | Revert previous change. This driver is shared with 4 other platforms. | mjacob | |
Baloney gratuitous changes to comments w/o even a headsup to the author will be reverted. | |||
2003-02-28 | sync | Theo de Raadt | |
2003-02-28 | mention single precision versions | Jason Wright | |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller | |
could do a lot of good here. | |||
2003-02-28 | no need to disable stack-protector on sparc and sparc64 any more. | Artur Grabowski | |
deraadt@ ok. | |||
2003-02-28 | Increase IDENTIFY command timeout to 3 sec, as required by some | Alexander Yurchenko | |
drives; from NetBSD | |||
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt | |
does not make propolice reporting ineffective; millert miod ok | |||
2003-02-28 | Fix double Debug() usage, for instance, Debug(DPARS|DEXT...) | Mike Pechkin | |
Make sence if debugging. millert@ ok | |||
2003-02-28 | take too. patch ahs to screw up once in a while | Michael Shalayeff | |
2003-02-28 | remove non-typo changes. sorry folks | Michael Shalayeff | |
2003-02-28 | typo; from weissmanndude | Michael Shalayeff | |
2003-02-28 | Fix more evil typos. | Miod Vallat | |
2003-02-28 | fix comments, from weissmanndude. | Michael Shalayeff | |
make RAMDISK not include sys/conf/GENERIC | |||
2003-02-28 | DSAparams_print_pf() -> DSAparams_print_fp() | Cedric Berger | |
ok deraadt@ | |||
2003-02-28 | typos. ok jmc@ | Ted Unangst | |
2003-02-28 | splsoftnet() around rn_lookup() which is not thread-safe. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-02-28 | typos; from Brian Poole | Jason McIntyre | |
2003-02-28 | changes to fold the frame address of a setjmp insn | Hiroaki Etoh | |
2003-02-28 | Don't trick the user into believing bugs can be confidential; OK tholo@ | Todd C. Miller | |
2003-02-28 | Convert to mdoc and customize further for OpenBSD | Todd C. Miller | |
2003-02-28 | add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driver | Jason Wright | |
2003-02-28 | more txp's; from linux driver | Jason Wright | |
2003-02-28 | much-needed update to include examples for all seven types of statements | David Krause | |
queueing and table examples are from the fosdem2k3 presentation spamd rdr simplification from henning@ ok dhartmei@ henning@ | |||
2003-02-27 | missed in the math man page cleanup | Jason Wright | |
2003-02-27 | Change things back such that defining WANT_LIBMILTER in mk.conf | Todd C. Miller | |
will build with libmilter support since that appears to be what people do (though it was not actually intended to work that way). Also add WANT_SMTPAUTH for SASL support and WANT_LDAP for LDAP map support. These last two from Chuck Yerkes. | |||
2003-02-27 | Kill blank line that hoses formatting; jakob@ OK | Todd C. Miller | |
2003-02-27 | add -trace-ctors-dtors option to collect2. | Marc Espie | |
Very useful for figuring out what's wrong with C++ shared libraries on a.out platforms. | |||
2003-02-27 | make rndc-confgen fail properly. tested by danh@ | Jakob Schlyter | |