Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-21 | when mmap'ing check for offset >= size, not just > size and disallow ↵ | Todd C. Miller | |
negative offsets; mrg@netbsd.org | |||
1998-11-21 | return -1 for mmap stub, not 0; mrg@netbsd.org | Todd C. Miller | |
1998-11-21 | return -1 for negative mmap offset; mrg@netbsd.org | Todd C. Miller | |
1998-11-21 | when mmap'ing check for offset >= size, not just > size and disallow ↵ | Todd C. Miller | |
negative offsets; mrg@netbsd.org | |||
1998-11-21 | regen | Niklas Hallqvist | |
1998-11-21 | move some ethernet devices to the ethernet section. Fix AW35/pro descriptions | Niklas Hallqvist | |
1998-11-21 | check for negative off in mmap | Niklas Hallqvist | |
1998-11-21 | prototype clock_{gettime,settime,getres} | David Leonard | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-11-20 | marc did not test this completely | Theo de Raadt | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-11-20 | careful with mmap off | Theo de Raadt | |
1998-11-20 | oops | Theo de Raadt | |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-20 | Add cast, from NetBSD. | Jason Downs | |
1998-11-20 | s/dismounted/unmounted/ | Todd C. Miller | |
1998-11-20 | MII fixups, should be able to reliably switch modes manually now | Jason Wright | |
1998-11-20 | make _MCOUNT_DECL non-static so the compiler doesn't bitch and | Marco S Hyman | |
a profiled kernel can be built for the sparc | |||
1998-11-20 | vn_lock already unlocks the simple lock. don't do that again | Artur Grabowski | |
1998-11-19 | disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have ↵ | Theo de Raadt | |
to do better... | |||
1998-11-19 | sync | Theo de Raadt | |
1998-11-19 | clean | Theo de Raadt | |
1998-11-19 | more pnp devices | Theo de Raadt | |
1998-11-19 | Sync with FreeBSD: | Jason Wright | |
o match Accton 1207D (MXP5030, 5038) o always do buffer copies on tx (it happened most of the time anyway) o fix up tx packets to minimum length | |||
1998-11-19 | sync | Jason Wright | |
1998-11-19 | remove realtek2 entry | Jason Wright | |
1998-11-19 | sync | Theo de Raadt | |
1998-11-19 | accton 503x | Theo de Raadt | |
1998-11-19 | reenable SACK and FACK | Niels Provos | |
1998-11-18 | nuke unused variables | Jason Wright | |
1998-11-18 | 64-bit clean up | Niels Provos | |
1998-11-18 | Add rlphy driver | Jason Wright | |
1998-11-18 | add mii attribute to if_rl (missed in last commit) | Jason Wright | |
1998-11-18 | dev/mii'fy RTL driver and add new phy driver for the 8139 internal phy | Jason Wright | |
1998-11-18 | do not require userland programs to define cpp variables, that is stupid | Theo de Raadt | |
1998-11-18 | indent right | Theo de Raadt | |
1998-11-18 | disable SACK/FACK until provos learns how to write code which does not do ↵ | Theo de Raadt | |
unaligned accesses | |||
1998-11-18 | regen | Artur Grabowski | |
1998-11-18 | syscalls behind #ifdef should have an #else | Artur Grabowski | |
1998-11-17 | put back the NO_KMEMSTATS hack | Artur Grabowski | |
1998-11-17 | don't default to KMEMSTATS (was defined unless NO_KMEMSTATS was defined) | Artur Grabowski | |
add a M_VMSWAP memory type (for future use) do { ... } while(0) protect the MALLOC and FREE macros. | |||
1998-11-17 | enable TCP_SACK and TCP_FACK by default | Niels Provos | |
1998-11-17 | NewReno, SACK and FACK support for TCP, adapted from code for BSDI | Niels Provos | |
by Hari Balakrishnan (hari@lcs.mit.edu), Tom Henderson (tomh@cs.berkeley.edu) and Venkat Padmanabhan (padmanab@cs.berkeley.edu) as part of the Daedalus research group at the University of California, (http://daedalus.cs.berkeley.edu). [I was able to do this on time spent at the Center for Information Technology Integration (citi.umich.edu)] | |||
1998-11-17 | Remove 940UW from the comments. | Jason Downs | |
1998-11-17 | Add adw driver. | Jason Downs | |
1998-11-17 | Add adw device driver, from NetBSD. | Jason Downs | |
1998-11-17 | Add adw device driver. | Jason Downs | |
1998-11-17 | Add adw device driver, from NetBSD. | Jason Downs | |
1998-11-17 | Kill redundant PCI code. | Jason Downs | |