Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-30 | convert to ALTQ style macros (these drivers appear to meet the criteria for | Jason Wright | |
ALTQ, anyone more familiar with it wanna have a look?) | |||
2001-07-30 | use queue.h macros | Jason Wright | |
2001-07-30 | initialize key in select method, not Constructor | Jim Rees | |
2001-07-30 | PalmOS mods | Jim Rees | |
2001-07-30 | If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we're | brian | |
doing PPPoE and the default MRU is therefore too big. | |||
2001-07-30 | updates; ok deraadt@ | Kevin Steves | |
2001-07-30 | new BSD-style license: | Kevin Steves | |
Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose. | |||
2001-07-30 | better errorcodes from sc_*; ok markus@ | Jakob Schlyter | |
2001-07-30 | linux mods | Jim Rees | |
2001-07-30 | Change: | Artur Grabowski | |
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense. | |||
2001-07-30 | Add a check for too big e_phnum that could cause us to malloc to | Artur Grabowski | |
much and barf. This should have been merged into this file from exec_elf64.c a long time ago. Looking for volunteers to merge exec_elf.c and exec_elf64.c | |||
2001-07-30 | Make the e_phnum check slightly cleaner. | Artur Grabowski | |
2001-07-30 | activate a few forgotten manpages | Hugh Graham | |
2001-07-30 | another vax inspired object shuffle | Hugh Graham | |
2001-07-30 | make it work again | Hugh Graham | |
2001-07-30 | minor reorder to make vax ld happy | Hugh Graham | |
2001-07-30 | no so zone | Hugh Graham | |
2001-07-30 | sync | Theo de Raadt | |
2001-07-30 | attempt to match intel | Theo de Raadt | |
2001-07-30 | latest vortex device list; juergen.frick | Theo de Raadt | |
2001-07-30 | handling of arg can cause EFAULT; dd@FreeBSD.org | Theo de Raadt | |
2001-07-30 | sync | Theo de Raadt | |
2001-07-30 | fix 0B case; morten@hotpost.dk | Theo de Raadt | |
2001-07-29 | Temporarily fix wscninit so that it only runs once. | Constantine Sapuntzakis | |
Somebody should fix the boot-up logic so it's only called once | |||
2001-07-29 | linux mods | Jim Rees | |
2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller | |
libkern and libc versions. | |||
2001-07-29 | Clarified -o option in scp.1 OKed by Markus@ | mouring | |
2001-07-29 | typo, add -Wunused | Markus Friedl | |
2001-07-29 | -Wunused for KAME case | Jun-ichiro itojun Hagino | |
2001-07-29 | Implement rule skipping. This is a transparent evaluation optimization, | Daniel Hartmeier | |
which reduces evaluation cost for sorted rules of similar parameters. Preparation for rule duplication for parameter lists from pfctl. | |||
2001-07-28 | SWAPPAGER and DEVPAGER are dead. | Artur Grabowski | |
2001-07-28 | Revert accidentally committed change | Thorsten Lockert | |
2001-07-28 | Allow negative lock length in case of lockf(3). This makes lockf(3) | Grigoriy Orlov | |
compliant to specification. costa@ ok. | |||
2001-07-28 | Check for negative lock length. | Grigoriy Orlov | |
costa@ ok. | |||
2001-07-28 | sync | Theo de Raadt | |
2001-07-28 | start sentence on new line, from mpech@ | Daniel Hartmeier | |
2001-07-28 | If the peer sends a REQ without the IPADDR option, only reject it | brian | |
once. If they repeat the request (again without the IPADDR option) ACK it. | |||
2001-07-28 | cleanup some RSA vs DSA vs SSH1 vs SSH2 notes | Markus Friedl | |
2001-07-28 | Wall cleanup | Peter Valchev | |
2001-07-28 | Reorder linking for the sake of static arches. | Hugh Graham | |
2001-07-28 | cleanups. typo. | Mike Pechkin | |
niklas@ ok. | |||
2001-07-27 | clean up. | Mike Pechkin | |
millert@ ok | |||
2001-07-27 | PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it. | Jason Wright | |
2001-07-27 | add sectok_friendly_open() - like sectok_open() but accepts | Jakob Schlyter | |
the reader as a string instead of an integer. ok rees@ | |||
2001-07-27 | #ifdef vax -> #ifdef __vax__ | Miod Vallat | |
2001-07-27 | Wall cleanup | Peter Valchev | |
2001-07-27 | Back out changes adding 'make depend' to recommended build process. | Kenneth R Westerback | |
As Theo gently pointed out, this was bullshit. A normal 'make build' does indeed do all the required 'make depend's. I could have sworn I tested that and found it wanting. Sigh. mea culpa. As atonement I will be cleaning up release.8 to implement several of Theo's suggestions. | |||
2001-07-27 | 'make depend' really is required, esp. to prevent cruft being installed in ↵ | Kenneth R Westerback | |
the tree during build. Pointed out by beck@. | |||
2001-07-27 | shorten lines | Theo de Raadt | |
2001-07-27 | Use snprintf to avoid potential overflows; zen-parse@gmx.net | Todd C. Miller | |