Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-08 | move the path for xauth to pathnames.h | Markus Friedl | |
2001-06-08 | Move copyright notice to top of file | Jim Rees | |
2001-06-08 | Remve net_osdep.c | Angelos D. Keromytis | |
2001-06-08 | Unneeded, ok itojun@ | Angelos D. Keromytis | |
2001-06-08 | Fix a typo (perfomance -> performance) and lots of section shuffling; | Aaron Campbell | |
mpech@prosoft.org.lv | |||
2001-06-08 | Correct STANDARDS section wrt removing directories; from FreeBSD | Todd C. Miller | |
2001-06-08 | Don't give usage warning for 'rm -f' with no files to remove to be | Todd C. Miller | |
consistent with other implementations. | |||
2001-06-08 | Fix the XXX #debug bits in vm_machdep(). | Todd C. Miller | |
Makes the pmap_extract() accept a NULL argument for pap; from NetBSD | |||
2001-06-08 | Update packet counters. | Artur Grabowski | |
2001-06-08 | Update packet counters correctly. | Artur Grabowski | |
From Robert J. Wozny <speedy@atman.pl> | |||
2001-06-08 | I hate cvs. | Artur Grabowski | |
2001-06-08 | rename a file for The Anal One | Theo de Raadt | |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-06-08 | oops. | Artur Grabowski | |
2001-06-08 | Ooops. Add struct r_debug, from powerpc. | Artur Grabowski | |
2001-06-08 | Cleanup. | Artur Grabowski | |
exit when the bootstrap relocation fails. | |||
2001-06-08 | No more need to pull in strlen from libc. | Artur Grabowski | |
2001-06-08 | Be consistent. If we have inveted our of strlen, use it everywhere. | Artur Grabowski | |
2001-06-08 | style | Artur Grabowski | |
2001-06-08 | KNF | Theo de Raadt | |
2001-06-08 | use pragma instead of attributing every and each struct, some spaces | Michael Shalayeff | |
2001-06-08 | Section shuffling; mpech@prosoft.org.lv | Aaron Campbell | |
2001-06-08 | Move ifpromisc() from bpf.c to if.c, include cleanup. | Angelos D. Keromytis | |
2001-06-08 | Document special command keys. | Aaron Campbell | |
2001-06-08 | Cut down on include files, although I think this file should just go | Angelos D. Keromytis | |
-- it serves no purpose at all. | |||
2001-06-08 | One more include cleanup, just to piss off Aaron :-) | Angelos D. Keromytis | |
2001-06-08 | Yet more include file cleanup. | Angelos D. Keromytis | |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis | |
2001-06-08 | More changes from NetBSD that should have been part of the UVM update; tested | Aaron Campbell | |
by beck@ | |||
2001-06-08 | and add a note on result value importance | Michael Shalayeff | |
2001-06-08 | invert caps w/ shifts, also cleanup the whole routine; pointed out by ↵ | Michael Shalayeff | |
pvalchev@; aaron@ ok | |||
2001-06-08 | it seems that via has 7, not 4 pci interrupt lines. | Michael Shalayeff | |
this fixes unmapped interrupts on some via-based boards, reported by angelos@, tested w/ aaron@, millert@, jason@. in any case must not break currently working boards. | |||
2001-06-08 | Trim include files. | Angelos D. Keromytis | |
2001-06-08 | Trim some unnecessary includes. | Angelos D. Keromytis | |
2001-06-08 | Fork out some of the code in pfkeyv2.c to pfkeyv2_convert.c, to make | Angelos D. Keromytis | |
the former more managable/readable (an almost impossible task). | |||
2001-06-08 | Add pfkeyv2_convert.c | Angelos D. Keromytis | |
2001-06-08 | Adjust to recent locking protocol changes; beck@ | Aaron Campbell | |
2001-06-08 | Initial cut at a driver for the National Semiconductor DP83820 and DP83821 | Nathan Binkert | |
gigabit macs. (Not working for me yet.) From FreeBSD | |||
2001-06-08 | Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861) | Nathan Binkert | |
From FreeBSD (Unverified) | |||
2001-06-08 | Add some general support info for gigabit phys | Nathan Binkert | |
Fix some comments Remove some dead code From NetBSD | |||
2001-06-08 | Put back bus_dmaification of context's (seems to have been fixed by | Jason Wright | |
recent changes to cryptosoft.c). So, mcr and pktbuf handling to go... | |||
2001-06-07 | Update for recent wi(4) changes, include PCI support. | Todd C. Miller | |
Some parts adapted from NetBSD. | |||
2001-06-07 | Sync with the new options from NetBSD. Also fix gold card WEP description, | Todd C. Miller | |
it is 104-bit, not 128-bit. | |||
2001-06-07 | regen | Todd C. Miller | |
2001-06-07 | no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucent | Todd C. Miller | |
2001-06-07 | don't overwrite errno | Markus Friedl | |
delay deletion of the xauth cookie | |||
2001-06-07 | use xxx_put_cstring() | Markus Friedl | |
2001-06-07 | import latest from CITI with Palm support | Jim Rees | |
2001-06-07 | It started with trying to write code to avoid running static binaries, | Artur Grabowski | |
it ended with a complete rewrite. XXX - Doesn't handle '-x' yet, but the old didn't do that either (and didn't even match the man page). | |||
2001-06-07 | style is used for bsdauth. | Markus Friedl | |
disconnect on user/service change (ietf-drafts) |