Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | ANSIfy (started as some other change that just ran away). | Artur Grabowski | |
2002-06-09 | change M_AUTHxx to openbsd definition (M_AUTH_AH) | Jun-ichiro itojun Hagino | |
2002-06-09 | Set/clear M_AUTH_AH. | Angelos D. Keromytis | |
2002-06-09 | Handle out of memory gracefully. ok miod@ | Thomas Nordin | |
2002-06-09 | add M_AUTH_AH. now M_AUTH means "payload was authenticated by AH or ESP auth", | Jun-ichiro itojun Hagino | |
M_AUTH_AH means "header was authenticated by AH". | |||
2002-06-09 | correct getpeername(2). | Jun-ichiro itojun Hagino | |
2002-06-09 | different magics for malloc and pool, art@ ok | Niklas Hallqvist | |
2002-06-09 | Handle out of memory gracefully. ok jason@ | Thomas Nordin | |
2002-06-09 | More (the last round?) of splasserts and splbio around biodone. | Artur Grabowski | |
2002-06-09 | some splassert and protection of biodone. | Artur Grabowski | |
2002-06-09 | splassert a splbio assumption. | Artur Grabowski | |
2002-06-09 | more of those crazy registers | Jason Wright | |
2002-06-08 | KISS. the spl variable doesn't have to be called s, but it make the code ↵ | Artur Grabowski | |
less confusing. | |||
2002-06-08 | splbio around biodone | Artur Grabowski | |
2002-06-08 | Add hardware TCP/IP checksum offloading support for receive and transmit for | Aaron Campbell | |
the 3c905b; deraadt@ ok. | |||
2002-06-08 | TTYCOUNT and NUMVNODES. | Angelos D. Keromytis | |
2002-06-08 | match new amd pciide a'la netbsd | Chris Cappuccio | |
hpt was fixed in 1.79 | |||
2002-06-08 | add missing ioctl support for SIOCSIFMTU | Jason Wright | |
2002-06-08 | TTYCOUNT and NUMVNODES | Angelos D. Keromytis | |
2002-06-08 | Move stuff around like a crazy man... (split into var/reg) | Jason Wright | |
2002-06-08 | compile with -Wall -Werror -Whatever | Miod Vallat | |
2002-06-08 | sync | Chris Cappuccio | |
2002-06-08 | Add AMD 8111 IDE | Chris Cappuccio | |
2002-06-08 | Add read-only KERN_NFILES (number of open files). | Angelos D. Keromytis | |
2002-06-08 | Add KERN_NFILES, and procargs entry. | Angelos D. Keromytis | |
2002-06-08 | use consistent style in function declarations | jasoni | |
2002-06-08 | If a IP packet is too large for the outgoing interface and DF is set, | jasoni | |
drop the packet and send a icmp needfrag.. blessed by jason@ | |||
2002-06-08 | pullup two fixes from netbsd | Chris Cappuccio | |
-no longer set southbridge enable bit on ALi rev >=c2 as it is unnecessary and causes rev c4 to hang -in hpt_pci_intr accept interrupt only once IDEDMA_CTL_ACT is turned off, fixes dma errors, lost interrupts, and other problems in hpt370 native mode | |||
2002-06-08 | Sysctl for getting process arguments and environment. | Artur Grabowski | |
2002-06-08 | Make 4GB machines work better. | Tobias Weingartner | |
2002-06-08 | kill __P | Todd C. Miller | |
2002-06-08 | Initial (not quite fully working) driver for the schizo on the blade1000 | Jason Wright | |
2002-06-08 | Netbsd cache flush speedup to dcache_flush_page. | Marcus Watts | |
2002-06-08 | Break up icmp_error() so we can have the icmp error mbuf returned | jasoni | |
instead of it being sent to ip_output(). | |||
2002-06-08 | use splnet for ipsec | Jun-ichiro itojun Hagino | |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino | |
2002-06-08 | gc | Jun-ichiro itojun Hagino | |
2002-06-08 | KNF | Jun-ichiro itojun Hagino | |
2002-06-08 | Check result from malloc(9) when using M_NOWAIT. ok niklas@ | Thomas Nordin | |
2002-06-08 | remove #ifdef __NetBSD__ | Jun-ichiro itojun Hagino | |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino | |
behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up. | |||
2002-06-08 | Use tsleep. | Artur Grabowski | |
2002-06-08 | Use tsleep instead of sleep. | Artur Grabowski | |
2002-06-08 | Use ltsleep in vfs_busy. | Artur Grabowski | |
2002-06-08 | make pci_conf_{read|write} indirect functions so we can overload them | Jason Wright | |
2002-06-08 | KNF miss in my last commit | Niklas Hallqvist | |
2002-06-08 | Oops, it was not meant to be removed, just liposucked. | Miod Vallat | |
2002-06-08 | One ddb to rule them all. | Miod Vallat | |
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part. | |||
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat | |
2002-06-08 | Strict prototypes, fix lcsplx() behaviour as per macppc, and a few | Miod Vallat | |
other fixes here and there. |