summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-23Add 4000 700A and the couple tested QBUS/MSCP cards.Hugh Graham
2002-09-23Don't print extra junk to the consoleNathan Binkert
2002-09-23make the leds blink (on those machines where we have 'em).Michael Shalayeff
2002-09-23syncTheo de Raadt
2002-09-23support for templates. they allow fast generation of new policies. anJun-ichiro itojun Hagino
2002-09-23turn off sppp, lmc, and cz until various licenses on those components areTheo de Raadt
2002-09-23panic if out of kvm when mapping devices. ok deraadt@Dale Rahn
2002-09-23Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@Dale Rahn
2002-09-23For serverworks chipsets: instead of trying to prevent attaching the same busNathan Binkert
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
2002-09-23In an ELF binary the end of the text segment and the start of the dataArtur Grabowski
2002-09-23Do not build kf and kfd because of security issues in them and heimdal 0.5Miod Vallat
2002-09-23Link the kernel so that it gets only one load section.Artur Grabowski
2002-09-23Add support for vmcmds that load sections relative to a base section.Artur Grabowski
2002-09-23Activate exec-stack.h on m68k. This is not really necessary on this arch,Miod Vallat
2002-09-23Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier.Miod Vallat
2002-09-23``partition'' is definitely too hard to spell correctly.Miod Vallat
2002-09-23First cut at boot manpage for macppc, based on sparc64 adjusted somewhat.Dale Rahn
2002-09-22Add some more missing files; David KrauseTodd C. Miller
2002-09-22Do not allow install to proceed until root filesystem can be mounted onKenneth R Westerback
2002-09-22Don't Xr dm(8), which no longer exists; David KrauseTodd C. Miller
2002-09-22use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.Nathan Binkert
2002-09-22Update ifp->if_opackets correctlyJason Wright
2002-09-22little KNF: return(something) -> return (something)Henning Brauer
2002-09-22fix linenumber counting in findeol, and simplify by ignoring the \ case,Henning Brauer
2002-09-22antispoof, take 2.Henning Brauer
2002-09-22test line buffer overflow checks in pfctlHenning Brauer
2002-09-21When rotating files or checking the age of a file, check for bothTodd C. Miller
2002-09-21Further reduce i386 install output by sending to /dev/null the fdiskKenneth R Westerback
2002-09-21update list of supported devicesNathan Binkert
2002-09-21Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)Nathan Binkert
2002-09-21cleanup, remove registerNathan Binkert
2002-09-21Add support for OS defined halt action on Cheetah and Omega.Hugh Graham
2002-09-20UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOINGTheo de Raadt
2002-09-20this should have a cd@scsi on itMichael Shalayeff
2002-09-20kill dangling space, line and a space in the tabMichael Shalayeff
2002-09-20flush cpu state on read/write fpregs, force reload on writeMichael Shalayeff
2002-09-20gonna need cr10, aka ccr from the trapframeMichael Shalayeff
2002-09-20log illegal user here for missing privsep case (ssh2).Kevin Steves
2002-09-20Sync with reality, and fix a few errors.Miod Vallat
2002-09-20talk about flags; help and ok from miod@Federico G. Schwindt
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
2002-09-20test line continuationHenning Brauer
2002-09-20better comment about RessourceConfig and AccessConfig aka srm.conf andHenning Brauer
2002-09-20Add pflog, vlan and gif to list of interfaces filtered; krw@ OKTodd C. Miller
2002-09-19Deal with someone specifying an empty string for the command to runTodd C. Miller
2002-09-19Add sparc64 serial mouse devices. Ok miod@Matthieu Herrb
2002-09-19Fix long-standing bug. When specifying a command to run instead of sendingTodd C. Miller
2002-09-19remember: bits is bits and bytes is bytes... use -byte- count for bcopy notJason Wright
2002-09-19Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)Todd C. Miller