Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-04-28 | Some KNF, made bit count u_int64_t instead of u_int32_t (similar to libc). | Hans-Joerg Hoexer | |
Added constants for buffer lengths. ok millert@ | |||
2004-04-28 | Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. | Todd C. Miller | |
2004-04-28 | remove unused variable and shorten names of two other. Removed some spaces | Hans-Joerg Hoexer | |
while around. ok ho@ markus@ | |||
2004-04-28 | Fix fd leaks. | Can Erkin Acar | |
Found by and ok deraadt@ | |||
2004-04-28 | rename sock to fd | Theo de Raadt | |
2004-04-28 | Add FLUSH CACHE EXT command from ATA/ATAPI-6 spec. | Alexander Yurchenko | |
2004-04-28 | sync | Theo de Raadt | |
2004-04-28 | wd(4) devices nowadays also have a ``high level'' interface, we | Alexander Yurchenko | |
call it ``ATA''. ok tom@ deraadt@ | |||
2004-04-28 | Remove old md[45] | Todd C. Miller | |
2004-04-28 | Don't build lib/libc/md, build md[45] in lib/libc/hash instead. | Todd C. Miller | |
2004-04-28 | md[45] man page | Todd C. Miller | |
2004-04-28 | Xr sha2(3) | Todd C. Miller | |
2004-04-28 | PD md4 code derived from Colin Plumb's md5 routines. | Todd C. Miller | |
2004-04-28 | Rename members of struct MD5Context to match other hash routines. | Todd C. Miller | |
Add constants for buffer lengths and use them. Make bit count 64bit based on changes by niklas@ long ago. Conver htole32n() to macros and unroll loops. | |||
2004-04-28 | PD version of md5(3) based on code written by Colin Plumb. | Todd C. Miller | |
2004-04-28 | fd leaks | Theo de Raadt | |
2004-04-28 | gcc3 shut up (from naddy@) | Philipp Buehler | |
2004-04-28 | Reserve some payload numbers for RFC 3547 and the earlier NAT-T drafts. ↵ | Hakan Olsson | |
hshoexer@ ok. | |||
2004-04-28 | sort | Markus Friedl | |
2004-04-28 | add tcpdrop | Markus Friedl | |
2004-04-28 | kill whitespace and make example consistent w/ rest of page; | Jason McIntyre | |
2004-04-28 | various tweaks; | Jason McIntyre | |
2004-04-28 | fd leaks; beck ok | Theo de Raadt | |
2004-04-28 | add SendEnv to -o list; | Jason McIntyre | |
2004-04-28 | Pointer that are used later in the code should be initalized. Fixes a crash | Claudio Jeker | |
noticed by Henning. OK henning@ | |||
2004-04-28 | remove unnecessary .Pp; | Jason McIntyre | |
2004-04-28 | fd leaks; henning ok | Theo de Raadt | |
2004-04-28 | It is a big pleasure for me to remove this highe pile of gunk from the tree. | Henning Brauer | |
dhclient, dhcrelay and dhcpd have been factored out and cleaned up big time, dhcpd and dhcrelay chroot itself, drop privileges and lock their bpf descriptors after applyiing read/write filters now, and this pile of ISC code with it's lovely char ServerName; /* Name of Server */ constructs is obsolete. theo ok, I owe you some beers for this pleasure | |||
2004-04-28 | speed up -> sped up, from tedu@, ok beck@ | Cedric Berger | |
2004-04-28 | Use the string version of system. Works with PAGER=less -s. | Marc Espie | |
ho@ | |||
2004-04-28 | update to libevent 0.8; keep local changes | Brad Smith | |
ok markus@ | |||
2004-04-28 | slightly more intricate selectors code. | Marc Espie | |
Approved by at least sturm@ and fries@ | |||
2004-04-28 | Blech, SFS yields weird mount/df shit. | Marc Espie | |
Non absolute mount points ? give me a break. Fix for ugly nonsense. Problem reported by David Mazieres. | |||
2004-04-28 | if a peer follows the extremely misgiuded path that the RFCs just barely allow | Henning Brauer | |
to send a NOTIFICATION and thus ternminating the session when it sees a capability it doesn't support (who would guess: zebra does so), parse the data section of the notifcication to find out what what capabilties it didn't like and do not advertise them the next time the session gets up. In case we get a notification about unsupported capabilities with an empty data part (don't ask for RFCs... and guess who does that), disable capabilty announcement alltogether. claudio ok | |||
2004-04-28 | FILE * leak; henning ja ja ja ja | Theo de Raadt | |