]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Updated manual page. Removed description of (now defunct) -c restrictions.
[FreeBSD/FreeBSD.git] / sys /
1998-08-27 jbOnly build the old boot loader on i386 if aout. The...
1998-08-27 jkhAdd CFS options to LINT, though commented out for now.
1998-08-27 jkhAdd VT_CFS type.
1998-08-27 obrienNULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice.
1998-08-26 gibbsFix an spl protection botch.
1998-08-26 sosAdd OVERRIDE_CARD to the bktr options list
1998-08-26 impo renable pccard_remove_driver (it was used in the...
1998-08-26 dillon priority comparison in maybe_resched() didn't work...
1998-08-25 impAdd probing support for the vadem VG365 and the Vadem...
1998-08-25 phksort the prototypes
1998-08-25 phkFix DDBs printing of buf-flags after I changed them...
1998-08-25 luoqiFix a rounding problem that causes vnode pager to fail...
1998-08-24 msmithNew major number for SR4 streams emulation.
1998-08-24 phkLast commit managed to get mangled somehow.
1998-08-24 wpaul- #define mask of enabled interrupts/indications in...
1998-08-24 phkRemove the last remaining evidence of B_TAPE.
1998-08-24 phkRemove the last remaining evidence of B_TAP.
1998-08-24 phkOnly claim PPS_HARDPPSONASSERT if we're compiled with...
1998-08-24 dfrAdd atomic.s.
1998-08-24 dfrRemove a useless ifdef which made struct disklabel...
1998-08-24 dfrChange various syscalls to use size_t arguments instead...
1998-08-24 dfrRegnerate.
1998-08-24 dfrFix a few syscall arguments to use size_t instead of...
1998-08-24 dfrAdd partial KLD support for ELF. The module loading...
1998-08-24 dfrRe-implement tcp and ip fragment reassembly to not...
1998-08-24 bdeUse a relative path to bsd.kern.mk if the relative...
1998-08-24 bdeRemoved support for the gcc-2.[0-4] keywords __dead...
1998-08-24 jkhShut this thing up, like the other LKMs
1998-08-24 bdeFixed printf format errors. Only one left in LINT...
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-23 phkremove bdevsw arg from dsopen();
1998-08-23 dfrUse address space numbers to reduce TLB flushes.
1998-08-23 desDon't check minor number of dump device at all.
1998-08-23 bdeEnabled Lite2 fix for reading from dead ttys.
1998-08-23 bdeFixed printf format errors.
1998-08-23 bdeFixed printf format errors. `struct eisa_device' uses...
1998-08-23 bdeFixed printf format errors.
1998-08-23 bdeAdded D_TTY to the cdevswitch flags for all tty drivers...
1998-08-23 bdeRemoved cxpoll(). Just use ttpoll() like all other...
1998-08-23 wollmanYow! Completely change the way socket options are...
1998-08-22 mckayCorrect/clarify some comments.
1998-08-22 dfrRemove bogus unused code.
1998-08-22 dfrMinor tweaks to track a couple of i386 changes and...
1998-08-21 gpalmerAdd BREAK_TO_DEBUGGER so that config stops whining
1998-08-21 wpaulIncrease the number of descriptors (and, as a consequen...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-21 msmithThis is the new unified bootstrap, sometimes known...
1998-08-21 msmithThis is the new unified bootstrap, sometimes known...
1998-08-20 wpaulFix small printf() bogon (forgot newline, and the messa...
1998-08-20 dfrAdd support for TurboChannel alphas (DEC 3000/300 and...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 bdeMoved `nx' functions to the one place where they are...
1998-08-20 msmithA better fix for kern/7144:
1998-08-20 bdeFixed bogus spelling `nx*' of some `no*' devswitch...
1998-08-20 bdeFixed devfs initialization which I broke in the previou...
1998-08-20 bdeFixed devfs initialization which I broke in the previou...
1998-08-19 desInclude opt_devfs.h which defines SLICE, to make previo...
1998-08-19 wpaulMake two changes:
1998-08-19 katoSync with sys/i386/isa/sio.c revision 1.211.
1998-08-19 sosMake struct buf->b_offset reflect the real byte offset...
1998-08-19 katoSync with sys/i386/isa/syscons.c revision 1.275.
1998-08-19 katoSync with sys/i386/i386/machdep.c revision 1.304.
1998-08-19 bdeEnabled dynamically sized tty input buffers (with enoug...
1998-08-19 bdeA limit of 200000 for the output buffer high watermark...
1998-08-19 jkoshyCorrect handling of ASCII DEL (0x7F).
1998-08-19 jkoshyCorrect glyph displayed by PCVT in ISO Latin-1 mode.
1998-08-19 katoDelete dpt driver.
1998-08-18 acheImplement DLT_RAW from libpcap
1998-08-18 msmith Presently there is only one `currentldt' variab...
1998-08-18 sosFix one forgotten instance of \n to \r
1998-08-18 bdeQuick fix for breakage of read clustering on non-IDE...
1998-08-18 bdeFixed printf format errors.
1998-08-17 bdeConverted rcsid to $Id$ again. There shouldn't be...
1998-08-17 bdeRemoved unused includes.
1998-08-17 bdeFixed printf format errors (none detected in GENERIC...
1998-08-17 bdeFixed a type mismatch.
1998-08-17 bdeRemoved unused includes. Fixed disordering of includes.
1998-08-17 bdeBacked out previous commit. The seconds part of microt...
1998-08-17 bdeFixed nonsense overflow checking (checking that a long...
1998-08-17 bdeOops, the previous commit was of a local version.
1998-08-17 bdeFIxed typo (syntax error) in previous commit.
1998-08-17 dfrDon't use unaligned accesses when printing extended...
1998-08-17 dfrAdd macros for accessing device memory.
1998-08-17 dfrAdd Miata system type and pull in the LOCATE_PCS macro...
1998-08-17 dfrAdd breakpoint() for BREAK_TO_DEBUGGER.
1998-08-17 katoSync with sys/i386/isa/lpt.c revision 1.70.
1998-08-17 dfrUpdate to work with the new elf headers.
1998-08-17 dfrUpdate to use elf_generic.h.
1998-08-17 dfrDisable some unnecessary debugging code.
1998-08-17 jbRemove support for NetBSD syscalls.
1998-08-17 bdeFixed printf format errors.
1998-08-17 bdeFixed printf format errors. sppp_dotted_quad() was...
1998-08-17 bdeFIxed printf format errors. Most of them were exposed...
1998-08-16 bdeFixed printf format and spelling errors. Didn't fix...
1998-08-16 wpaulImport the (Fast) Etherlink XL driver. I'm reasonally...
1998-08-16 desEnable kernel dumps on SLICE systems.
1998-08-16 jdpMake ELF kernels build again.
1998-08-16 jdpRevamp the ELF include files to better support architec...
1998-08-16 bdeFixed a style bug (a long line) in the previous commit.
1998-08-16 bdeUse [u]intptr_t instead of [u_]long for casts between...
next