Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-15 | Some ECOFF ifdefs and various fixes. | Artur Grabowski | |
From d@ | |||
2001-01-15 | Use __STRING() macro instead of manually trying to do the same thing. | Artur Grabowski | |
From d@ | |||
2001-01-15 | 'implement' bus_space_write_raw_region_{2,4}. | Artur Grabowski | |
From d@ | |||
2001-01-15 | Need a declaration for netbsd_sendisg. | Artur Grabowski | |
From d@ | |||
2001-01-15 | enable COMPAT_NETBSD | Artur Grabowski | |
2001-01-15 | Make this work with new alpha code. | Artur Grabowski | |
From d@ | |||
2001-01-15 | define the constants that COMPAT_NETBSD code needs in locore | Artur Grabowski | |
2001-01-15 | Make this code build. | Artur Grabowski | |
This could have never worked. XXX - do we need this at all now that we have native p{read,write}{,v}? | |||
2001-01-15 | Unbreak UNION code. | Artur Grabowski | |
2001-01-15 | sync with latest kame tree. | Jun-ichiro itojun Hagino | |
- reduce chances for signal handler rae condition - decrease chances for misconfiguration - feedbacks from router renumbering protocol bakeoff - cleanups related to mtu handling | |||
2001-01-15 | Revert previous patch. | Angelos D. Keromytis | |
2001-01-15 | Revert previous patch (I should stop believing Theo, esp. when he's | Angelos D. Keromytis | |
intoxicated). Thanks to Paul Janzen for pointing this out. | |||
2001-01-14 | Handling of Phase 1 DELETE and Phase 2 INVALID_SPI messages | Angelos D. Keromytis | |
(newsham@lava.net) | |||
2001-01-14 | Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags, | Angelos D. Keromytis | |
for that matter). | |||
2001-01-14 | Do the HASH verification before handling the SA payload. | Angelos D. Keromytis | |
2001-01-14 | Handle quotas over 4G, PR 1534 (bob@prophecy.lu) | Angelos D. Keromytis | |
2001-01-14 | Compute UDP checksum, PR 1621 (matthieu.herrb@wanadoo.fr) | Angelos D. Keromytis | |
2001-01-14 | Complete move to UVM virtual memory system. More header fixes. | Steve Murphree | |
2001-01-14 | create_kthread(9) -> kthread_create(9); overdose@vomitorium.org | Todd C. Miller | |
2001-01-13 | Clarify meaning: the code is entirely ours. Give tribute where tribute | Marc Espie | |
is due, namely all hw information was gleaned from the FreeBSD and Linux drivers. | |||
2001-01-13 | use md in_cksum | Michael Shalayeff | |
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell | |
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip. | |||
2001-01-13 | move callback to headerfile | Markus Friedl | |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl | |
from stevesk@pobox.com | |||
2001-01-13 | oops | Markus Friedl | |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl | |
from stevesk@pobox.com | |||
2001-01-13 | Wall | Markus Friedl | |
2001-01-13 | fix comment | Markus Friedl | |
2001-01-13 | reorder, typo | Markus Friedl | |
2001-01-13 | split out keepalive from packet_interactive (from dale@accentre.com) | Markus Friedl | |
set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too. | |||
2001-01-13 | enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ↵ | Markus Friedl | |
ksulliva@psc.edu | |||
2001-01-13 | typo, from stevesk@sweden.hp.com | Markus Friedl | |
2001-01-13 | free() -> xfree(); fix memory leak; from stevesk@pobox.com | Markus Friedl | |
2001-01-13 | use SSH_DEFAULT_PORT; from stevesk@pobox.com | Markus Friedl | |
2001-01-13 | getopt() returns -1 not EOF; stevesk@pobox.com | Markus Friedl | |
2001-01-13 | small ssh-keygen manpage cleanup; stevesk@pobox.com | Markus Friedl | |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | Todd C. Miller | |
2001-01-13 | Let SYNOPSIS look OpenBSDish and not outlandish. | Marc Espie | |
2001-01-13 | Preliminary man page for maestro. Link it. | Marc Espie | |
Keep alphabetical order in audio.4 while we're at it :) | |||
2001-01-13 | Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working. | Steve Murphree | |
New stand config. Lots of header fixes. Can now cross-compile i386->m88k. | |||
2001-01-13 | s!UFS!FFS | Miod Vallat | |
2001-01-13 | own in_cksum version | Michael Shalayeff | |
2001-01-12 | no pmap_changebit no more; better barrier thing | Michael Shalayeff | |
2001-01-12 | fix PTE_BITS | Michael Shalayeff | |
2001-01-12 | move pmap_physseg back to vmparam.h where it belongs. | Michael Shalayeff | |
define PMAP_PREFER in pmap.h, as afar as i understand it works. no more pmap_changebit() grow USRIOSIZE in vmparam.h | |||
2001-01-12 | do not print pidr3,pidr4 which we do not use anyway | Michael Shalayeff | |
2001-01-12 | this is even uglier hack, but it also works; theo did not help (; | Michael Shalayeff | |
2001-01-12 | this is an ugly quick hack, but it works; theo helped (; | Michael Shalayeff | |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller | |
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk> | |||
2001-01-12 | add SIOCSIFMTU; angelos@ coached | Todd T. Fries | |