Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-01 | Update description of disk_unbusy(); from NetBSD | Todd C. Miller | |
2004-05-01 | pthead_supsend_all_np and pthread_resume_all_np from freebsd via | Marco S Hyman | |
Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@ | |||
2004-05-01 | Install /etc/wsconsctl.conf on luna88k. | Miod Vallat | |
2004-05-01 | becuase lint says so; henning ok | Theo de Raadt | |
2004-05-01 | let __strerror fill precisely the part of the buffer it can. | Marc Espie | |
okay millert@ | |||
2004-05-01 | priv revoking; tested by millert | Theo de Raadt | |
2004-05-01 | Fix nasty bug where driver would not correctly catch and handle an rnr | Bob Beck | |
condition when it was due to the the recieve buffers being exhausted with no packet transmits during that time. Symptom was that the fxp would simply stop interrupting for the next 15 seconds until the watchdog kicked in and reset the chip due to 15 seconds of inactivity, making the fxp very poorly behaved when hammered on hard. ok deraadt@ | |||
2004-04-30 | rbootd privsep uid/gid | Theo de Raadt | |
2004-04-30 | Unbreak building pfsync without carp. Found by marc@ | Ryan Thomas McBride | |
2004-04-30 | Mention siginterrupt; OK deraadt@ | Todd C. Miller | |
2004-04-30 | Correctly cope with unaligned memory pointers in d16_b*() | Miod Vallat | |
2004-04-30 | allow for ccd on ramdisk; per weissmanndude's request and testing | Michael Shalayeff | |
2004-04-30 | Fix logic botch resulting in a too optimistic openings value. | Miod Vallat | |
2004-04-30 | remove MAX_PREFIX_PER_AS debug gunk, claudio djm ok | Henning Brauer | |
2004-04-30 | Sync synopsis section with reality. | Miod Vallat | |
2004-04-30 | plug memory leaks; henning ok | Theo de Raadt | |
2004-04-30 | Add tests for strerror. | Marc Espie | |
2004-04-30 | Let __strerror work by fixing a number of problems. Work by tholo and I, | Marc Espie | |
okay millert@. - atoi was bogus. - atoi was not reentrant. - there's no reason to cast stuff to unsigned int. | |||
2004-04-30 | oops, this was a reference to the local delivery agent - correct it | Jason McIntyre | |
to /usr/libexec/mail.local; from millert@ | |||
2004-04-30 | the mail command lives in /usr/bin, not /bin; | Jason McIntyre | |
ok xsa@ henning@ | |||
2004-04-30 | more altq parameter tweaks to silence warnings. | Kenjiro Cho | |
noticed by david@ | |||
2004-04-30 | modify pf63 and pf64 to pass the stricter check that was added recently. | Kenjiro Cho | |
noticed by david@ | |||
2004-04-30 | kill extra space at line start; | Jason McIntyre | |
from ray at cyth dot net (PR 3763); also punctuation fixes; ok tom@ | |||
2004-04-30 | typo; | Jason McIntyre | |
from ray at cyth dot net (PR 3762); | |||
2004-04-30 | missing full stop; | Jason McIntyre | |
2004-04-30 | missing full stop; | Jason McIntyre | |
2004-04-30 | spelling | Theo de Raadt | |
2004-04-29 | Better checking of minimum payload lengths. Drop out safely when an unknown | Hans-Joerg Hoexer | |
payload type is encountered. While around, do some KNF. ok ho@ | |||
2004-04-29 | reminder to set net.inet.ip.forwarding/net.inet6.ip6.forwarding in sysctl.conf | Mike Frantzen | |
ok cedric@ mcbride@ | |||
2004-04-29 | sock -> fd; ok henning | Theo de Raadt | |
2004-04-29 | Repair depend phase | Miod Vallat | |
2004-04-29 | document abbreviated commands -- same way as systat; ok henning | Theo de Raadt | |
2004-04-29 | Sync with md5.c rev. 1.4 | Todd C. Miller | |
2004-04-29 | Changes inspired by Markus's rmd160 implementation: | Todd C. Miller | |
o Make MD5Update() more readable o Simplify padding in MD5Final() o Do copy + byte flip in MD5Transform() instead of in the caller The result is a faster md5 and the byte order foo is kept to a minimum. | |||
2004-04-29 | Bugfix sync with mvme68k: | Miod Vallat | |
- wait until all RX processing is over to invoke ddb upon break - turn off the most annoying log() messages unless option DEBUG | |||
2004-04-29 | Undo some recent prototype changes; it is legal to pass the helper | Todd C. Miller | |
functions can take a NULL buf pointer. They will malloc memory as needed in this case. | |||
2004-04-29 | Typos | Miod Vallat | |
2004-04-29 | Continue factorizing m88k common code, this time files in <arch>/<arch> | Miod Vallat | |
which were copied verbatim from mvme88k to luna88k. This requires backing out syntactic sugar in mvme88k kernel configuration files which would deduct the required processor types from the board models, as the common code only depends upon the M88100 and M88110 defines. | |||
2004-04-29 | The data pointer passed to the transform function may not be properly | Todd C. Miller | |
aligned so copy it in a way that a) is endian indepenent and b) does not rely on alignment. Problem found and solution tested by hshoexer@ | |||
2004-04-29 | Correctly report empty a.out objects as "no name list" instead of "bad format". | Miod Vallat | |
ok mickey@ millert@ | |||
2004-04-29 | typo in SEE ALSO; | Jason McIntyre | |
2004-04-29 | luna88k needs a <machine/profile.h> as well, so share it with mvme88k. | Miod Vallat | |
2004-04-29 | Correctly initialize the hardware's memory address on MVME376, it uses | Miod Vallat | |
A24 accesses. Fixes the reccurent timeout problems. | |||
2004-04-29 | a slight polishing... | Theo de Raadt | |
2004-04-29 | unused variables; ok mcbride | Theo de Raadt | |
2004-04-29 | more KNF | Todd C. Miller | |
2004-04-29 | Some KNF | Todd C. Miller | |
2004-04-28 | Use the FOO_DIGEST_LENGTH macros | Todd C. Miller | |
2004-04-28 | Sync userland sha2.c with kernel. The SHAXXX_End and SHAXXX_Data functions | Todd C. Miller | |
have been removed; we provide these in userland but not in the kernel. | |||
2004-04-28 | KNF: function names should be at column 0 for easier grepping. | Todd C. Miller | |