Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-10 | - make transmit use linked lists not indexed arrays (more like it was when I ↵ | Jason Wright | |
started) - also, only bus_dmamap_unload() loaded maps in fxp_stop() | |||
2001-08-10 | pthread_* do not set errno but returns a errno value. | Federico G. Schwindt | |
2001-08-10 | pass -Wall | Todd C. Miller | |
2001-08-10 | Add file flag support to mtree from henning@crackinghacking.de | Todd C. Miller | |
with man page update and minor tweaks by me. | |||
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright | |
- rearrange multicast setup to be part of init - convert cu operations to bus_dma(9) (still have to do RFA ops). | |||
2001-08-09 | Use a startup hook for the rest of the chip initialization. | Hakan Olsson | |
2001-08-09 | skey was left out of the default authentication methods; add it back | Todd C. Miller | |
2001-08-09 | Don't check the source address on the packet vs. the one on the SA, as | Angelos D. Keromytis | |
this prevents use of ESP in mobility; pointed out on the IETF mailing list by Francis Dupont. | |||
2001-08-09 | typo: ALTQ_CQB -> ALTQ_CBQ | Kenjiro Cho | |
2001-08-09 | o wheel and lastchance are -v args (variable), not -s (service) | Todd C. Miller | |
o an unknown service is a fatal error o some KNF | |||
2001-08-09 | Force alignment of blocks so that we don't crash on strict alignment | Heikki Korpela | |
archs. This is a stopgap until we get a rijndael implementation that doesn't assume 4 byte alignment. ok deraadt@ | |||
2001-08-09 | Unshare signal actions on exec, from NetBSD. While I am here a little KNF ↵ | Niklas Hallqvist | |
nit too | |||
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt | |
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. | |||
2001-08-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist | |
Helps HotSpot Java VMs a bit, but not totally. I can at least run javac on J2SE 1.4beta with good results, but anything that uses swing seems to fail on something else. | |||
2001-08-09 | Only return EINVAL if attr is invalid. If policy is invalid return | Federico G. Schwindt | |
EOPNOTSUPP; from FreeBSD. | |||
2001-08-09 | Do not return EINVAL if param is NULL or the desired scheduling policy | Federico G. Schwindt | |
is unsupported but EOPNOTSUPP; from FreeBSD. | |||
2001-08-09 | sync | Theo de Raadt | |
2001-08-09 | yet another damn winmodem | Theo de Raadt | |
2001-08-09 | Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2; | Federico G. Schwindt | |
from FreeBSD. | |||
2001-08-09 | sync, simplify, etc. slstats -i is now called -w, like pppstats | Theo de Raadt | |
2001-08-09 | mention ELF runtime linker; closes PR 1855 | Jason Peel | |
fix from <dim@xs4all.nl>, with mods from brad@; ok brad@ | |||
2001-08-09 | Actually use the statf function pointer which I missed while hand-patching. | Todd C. Miller | |
Also, don't mention the -h and -n flags for the 2nd usage line since they are no-ops in that case. | |||
2001-08-09 | It seems bogus to me, but if code call dlerror() when an error has | Dale Rahn | |
not occurred, there exists code that expects dlerror to return NULL. Change the code to match the expected behavior. | |||
2001-08-09 | Grrr...here it is. | Jason Peel | |
2001-08-09 | add m4 preprocessing based on enabled features; ok brian@, input | Jason Peel | |
from todd@ | |||
2001-08-09 | Add -h flag to prevent following a symlink to a dir as the dest. | Todd C. Miller | |
Also add -n as an alias for -h for compat with GNU ln. Patch from Phil.Pennock@globnix.org with minor changes by me. | |||
2001-08-09 | typos | Paul Janzen | |
2001-08-09 | Corrections, amplifications, typo fixes, and duplicate removal, from or | Paul Janzen | |
based on FreeBSD. | |||
2001-08-08 | Typo: remove space before period. Spotted by Brian J. Kifiak <bk@rt.fm>. | Heikki Korpela | |
millert@ ok | |||
2001-08-08 | grammar; from bk@rt.fm | Jason Peel | |
2001-08-08 | New timeouts. | Miod Vallat | |
2001-08-08 | s/device specific/device-specific/; pointed out by pjanzen@ | Jason Peel | |
2001-08-08 | New timeouts, drahn@ sez go ahead. | Miod Vallat | |
2001-08-08 | typo. closes PR 1990; from <Hans-Joerg.Hoexer@informatik.stud.uni-erlangen.de> | Jason Peel | |
2001-08-08 | undo last change; does not work for sshd | Markus Friedl | |
2001-08-08 | Pasto found by jhar2gthr@yahoo.com in FreeBSD | Paul Janzen | |
2001-08-08 | FreeBSD PR 13278: killed by fire corrupts score file; from Mark W. Krentel | Paul Janzen | |
<krentel@dreamscape.com> | |||
2001-08-08 | New timeouts. I've been running this since almost a whole year. | Miod Vallat | |
2001-08-08 | New timeouts. | Miod Vallat | |
if_gm tested by matthieu@, the whole ok'd by drahn@ | |||
2001-08-08 | New timeouts. | Miod Vallat | |
2001-08-08 | move the com_raisedtr proto for timeout_set | Michael Shalayeff | |
2001-08-08 | permanently_set_uid is a noop if user is not privilegued; | Markus Friedl | |
fixes bug on solaris; from sbi@uchicago.edu | |||
2001-08-08 | add CAVEATS section that talks about trust and the AD-bit | Jakob Schlyter | |
2001-08-08 | Prevent logging strerror(0) on EOF; patch sent to sendmail-bugs@sendmail.ORG | Todd C. Miller | |
2001-08-08 | Reference altq(9) in addition to altqd(8) in options(4) because | Heikki Korpela | |
it's a great manual page. :-) ok millert@ | |||
2001-08-08 | vga_{isa,pci}.h -> vga.h since the former no longer exists. | Todd C. Miller | |
2001-08-08 | remove IPCOMP. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | sync | Theo de Raadt | |
2001-08-08 | IPCOMP removal. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | remove IPCOMP. derradt@ ok. | Jean-Jacques Bernard-Gundol | |