summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow ↵Todd C. Miller
negative offsets; mrg@netbsd.org
1998-11-21return -1 for mmap stub, not 0; mrg@netbsd.orgTodd C. Miller
1998-11-21return -1 for negative mmap offset; mrg@netbsd.orgTodd C. Miller
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow ↵Todd C. Miller
negative offsets; mrg@netbsd.org
1998-11-21regenNiklas Hallqvist
1998-11-21move some ethernet devices to the ethernet section. Fix AW35/pro descriptionsNiklas Hallqvist
1998-11-21check for negative off in mmapNiklas Hallqvist
1998-11-21prototype clock_{gettime,settime,getres}David Leonard
1998-11-20careful mmapTheo de Raadt
1998-11-20marc did not test this completelyTheo de Raadt
1998-11-20careful mmapTheo de Raadt
1998-11-20careful with mmap offTheo de Raadt
1998-11-20oopsTheo de Raadt
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-20Add 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-20Add cast, from NetBSD.Jason Downs
1998-11-20s/dismounted/unmounted/Todd C. Miller
1998-11-20MII fixups, should be able to reliably switch modes manually nowJason Wright
1998-11-20make _MCOUNT_DECL non-static so the compiler doesn't bitch andMarco S Hyman
a profiled kernel can be built for the sparc
1998-11-20vn_lock already unlocks the simple lock. don't do that againArtur Grabowski
1998-11-19disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have ↵Theo de Raadt
to do better...
1998-11-19syncTheo de Raadt
1998-11-19cleanTheo de Raadt
1998-11-19more pnp devicesTheo de Raadt
1998-11-19Sync 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-19syncJason Wright
1998-11-19remove realtek2 entryJason Wright
1998-11-19syncTheo de Raadt
1998-11-19accton 503xTheo de Raadt
1998-11-19reenable SACK and FACKNiels Provos
1998-11-18nuke unused variablesJason Wright
1998-11-1864-bit clean upNiels Provos
1998-11-18Add rlphy driverJason Wright
1998-11-18add mii attribute to if_rl (missed in last commit)Jason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright
1998-11-18do not require userland programs to define cpp variables, that is stupidTheo de Raadt
1998-11-18indent rightTheo de Raadt
1998-11-18disable SACK/FACK until provos learns how to write code which does not do ↵Theo de Raadt
unaligned accesses
1998-11-18regenArtur Grabowski
1998-11-18syscalls behind #ifdef should have an #elseArtur Grabowski
1998-11-17put back the NO_KMEMSTATS hackArtur Grabowski
1998-11-17don'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-17enable TCP_SACK and TCP_FACK by defaultNiels Provos
1998-11-17NewReno, SACK and FACK support for TCP, adapted from code for BSDINiels 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-17Remove 940UW from the comments.Jason Downs
1998-11-17Add adw driver.Jason Downs
1998-11-17Add adw device driver, from NetBSD.Jason Downs
1998-11-17Add adw device driver.Jason Downs
1998-11-17Add adw device driver, from NetBSD.Jason Downs
1998-11-17Kill redundant PCI code.Jason Downs