summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-07Ratibibugle setredzone()Miod Vallat
2001-12-07In uni_n_config(), only return a base address if a base address was found.Miod Vallat
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>.Niklas Hallqvist
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>Niklas Hallqvist
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-06DDB disassembly fixes and trace improvements from NetBSD.Miod Vallat
2001-12-06Don't hardcode SYS_exit value.Miod Vallat
2001-12-06Declare SYS_exit for all m68k locore.s'esMiod Vallat
2001-12-06remove unnecessary newlineNiklas Hallqvist
2001-12-06Use hzto() to handle overflow of (hz * timeout) cases --- when usingAngelos D. Keromytis
2001-12-06References to ``comment at line foo'' is useless once line foo moves,Miod Vallat
2001-12-06MACHINE_UPTBASE is not constant on amiga, ouch.Miod Vallat
2001-12-06add dc* here, tooJason Wright
2001-12-06add dc* at pci (seems to work on Netra X1)Jason Wright
2001-12-06add bus_dmamap_sync()'s on the descriptors tooJason Wright
2001-12-06a few more bus_dmamap_sync()'s and some borrowed setup frame macros from NetB...Jason Wright
2001-12-06Define proper macros for FP frame offsets rather than magic numbers.Todd C. Miller
2001-12-06Shave never used fastvec codeNiklas Hallqvist
2001-12-06document alpha machdep.* sysctl'sEric Jackson
2001-12-06Sanity check on inner IP header in IP-in-IP encapsulation; could beAngelos D. Keromytis
2001-12-06enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64.Jason Wright
2001-12-06fix typo I introduced during ksyms additionTodd C. Miller
2001-12-06Sprinkle pmap_update() calls (based on NetBSD)Todd C. Miller
2001-12-06Sync with NetBSD:Todd C. Miller
2001-12-06disable nagle for X11 fake server and client TCPs. from netbsd.Kevin Steves
2001-12-06strncpy->strlcpy. remaining strncpy's are necessary. ok markus@Kevin Steves
2001-12-06shutdown(sock, SHUT_RDWR) not needed here; ok markus@Kevin Steves
2001-12-06vtophys, R.I.P. (tx now uses bus_dma)Jason Wright
2001-12-06move rx handling over to bus_dma... that just leaves one vtophys() in tx.Jason Wright
2001-12-06update the radio chipset supportMichael Shalayeff
2001-12-06add -o to sshd, too. ok deraadt@Markus Friedl
2001-12-06Keep track of how many pages a vnode hold with vhold and vholdreleArtur Grabowski
2001-12-06oops, local change escapedMichael Shalayeff
2001-12-06fix MLINKS for mbuf(9)Michael Shalayeff
2001-12-06rcsid and hostory sectionMichael Shalayeff
2001-12-06mbuf(9) man page. Thanks for art@ and mpech@ corrections.Jean-Jacques Bernard-Gundol
2001-12-06long leftoversMichael Shalayeff
2001-12-06clear all inrterrupts separately and before enabling any.Michael Shalayeff
2001-12-06Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging...Todd C. Miller
2001-12-06move the setup buffer and pad into a bus_dma alloced areaJason Wright
2001-12-06Checkpoint bus_dma work in progress:Jason Wright
2001-12-06Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsTodd C. Miller
2001-12-06Fix a long standing annoyance with getpass/readpassphrase. Instead ofTodd C. Miller
2001-12-06mark more signals that I cannot fixTheo de Raadt
2001-12-06be more careful with spaces and tabs, guysTheo de Raadt
2001-12-06unbreak alpha kernel.Eric Jackson
2001-12-06alloca cannot check if the allocation is valid. mention the consequences; mi...Theo de Raadt
2001-12-06remove kame IPSEC code within #ifdef.Jun-ichiro itojun Hagino
2001-12-06When you give command examples in a manual page prefix them withTheo de Raadt
2001-12-06put __attribute__ to header decls to avoid align strangeness. sync with kameJun-ichiro itojun Hagino