Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | Was lacking a cast. | Miod Vallat | |
2001-08-21 | minor typos and cleanup | Kevin Steves | |
2001-08-21 | zs and all it's associated stuff (all from NetBSD).. Works on my ultra1, | Jason Wright | |
but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole). | |||
2001-08-21 | sync | Theo de Raadt | |
2001-08-21 | more; openbsd@davidkrause.com | Theo de Raadt | |
2001-08-21 | adjust dummy salt: normal users have 6 blowfish rounds | Camiel Dobbelaar | |
2001-08-21 | small cleanup, OpenBSD -> .Ox, NetBSD -> .Nx | Dale Rahn | |
2001-08-21 | use FLOCK | Camiel Dobbelaar | |
from Solar; ran it by millert@ | |||
2001-08-21 | Add manpages for more powerpc devices, files donated. | Dale Rahn | |
These could use flushed out and cleaned up. com is deleted, as it does not exist on apple systems. | |||
2001-08-21 | Start syncing with FreeBSD: | Federico G. Schwindt | |
o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs. | |||
2001-08-21 | Typo: 'a architecture' -> 'an architecture | Kenneth R Westerback | |
2001-08-21 | sync | Theo de Raadt | |
2001-08-21 | Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for several | Todd C. Miller | |
releases now. | |||
2001-08-21 | No need to explicitely link with libgcc.a | Miod Vallat | |
2001-08-21 | Recurse in mvmeppc | Miod Vallat | |
2001-08-21 | Dumb Makefile to recurse in stand/ for mvmeppc land. | Miod Vallat | |
2001-08-21 | KNF | Theo de Raadt | |
2001-08-21 | MLINK to config file man page | Theo de Raadt | |
2001-08-21 | Update to sendmail 8.11.6, from the release notes: | Todd C. Miller | |
SECURITY: Fix a possible memory access violation when specifying out-of-bounds debug parameters. Problem detected by Cade Cairns of SecurityFocus. Avoid leaking recipient information in unrelated DSNs. This could happen if a connection is aborted, several mails had been scheduled for delivery via that connection, and the timeout is reached such that several DSNs are sent next. Problem noted by Dileepan Moorkanat of Hewlett-Packard. Fix a possible segmentation violation when specifying too many wildcard operators in a rule. Problem detected by Werner Wiethege. Avoid a segmentation fault on non-matching Hesiod lookups. Problem noted by Russell McOrmond of flora.ca | |||
2001-08-21 | add hme at sbus | Jason Wright | |
2001-08-21 | put bus independent part of hme in here so we don't conflict with the sparc | Jason Wright | |
driver (this is wrong and will need to be fixed eventually) | |||
2001-08-21 | sbus specific driver for hme (from netbsd) | Jason Wright | |
2001-08-21 | bus independent part of hme driver from netbsd | Jason Wright | |
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff | |
2001-08-21 | sync | Theo de Raadt | |
2001-08-21 | cut/pasto in rule flushing code (using wrong list); base on patch from Henk ↵ | Jason Wright | |
van Lingen <henk@vanlingen.net> | |||
2001-08-21 | rcsid | Jason Wright | |
2001-08-21 | pretty and add ss* and st* (I knew I was forgetting something) | Jason Wright | |
2001-08-21 | esp/scsibus/sd/cd/uk goop | Jason Wright | |
2001-08-21 | esp driver from NetBSD (compiles and even probes disks =) | Jason Wright | |
2001-08-21 | From NetBSD: | Jason Wright | |
#define's for FAS366 (needed for compile of esp_sbus) | |||
2001-08-21 | Art says it's ok for pmap_enter to effect no mapping change, | Hugh Graham | |
so just return success if this happens. | |||
2001-08-21 | Enable IFF_MULTICAST when first opening the tun device | brian | |
Don't bring the interface up immediately Don't complain about unrecognised interface flags in ``show iface''. | |||
2001-08-21 | Add support for SIOCADDMULTI & SIOCDELMULTI; NetBSD | brian | |
2001-08-21 | Get libkern to compile. | Miod Vallat | |
2001-08-21 | Remove gcc warnings. Ok drahn@ | Matthieu Herrb | |
2001-08-21 | Don't check for BYPASS options in PCB on ip_output/ip6_output --- this | Angelos D. Keromytis | |
is already done in ip_spd_lookup() | |||
2001-08-21 | When the outgoing socket has BYPASS set, don't bother calling the | Angelos D. Keromytis | |
PCB-checking routine. | |||
2001-08-21 | BSD license; Thomas H. Ptacek | Jakob Schlyter | |
2001-08-21 | need cfdriver for dma | Jason Wright | |
2001-08-21 | Add some comments to make it clearer how we're handling signals. | brian | |
2001-08-21 | Treat an interface address as conflicting if it's destination address | brian | |
matches any existing destination addresses on the interface. This unbreaks ``enable iface-alias''. | |||
2001-08-21 | Handle snprintf() returning < -1 | brian | |
2001-08-21 | Restore whitespace clobbered with the last commit | brian | |
2001-08-21 | Remove some conflicting copyright lines. | brian | |
2001-08-21 | Add copyright which should have been there when the file was created. | Dale Rahn | |
2001-08-21 | use round_page() not an incorrect version of it using trunc_page(). | Dale Rahn | |
2001-08-21 | Xr autoconf(4) as other intros have | Peter Valchev | |
2001-08-21 | I would really like to add a copyright to this file, the NetBSD version | Dale Rahn | |
is copied from the OpenBSD version (mine), however before a copyright was added. Since then effectively the entire file has been replaced with code from NetBSD (which still does not have a copyright). NetBSD tag added, to indicate which version of the file the existing code was derived from. | |||
2001-08-21 | Put in copyright info which I forgot to add back in 1996. | Dale Rahn | |