]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-08-25 John BirrellFix for sigwait problem.
1998-08-25 John BirrellAdd the prototype for sigwait().
1998-08-25 Martin CracauerImprove bookkeeping of in_waitcmd and style fixes.
1998-08-25 Martin CracauerRe-enable killing childs with SIGQUIT. Spotted by Bruce...
1998-08-25 Doug RabsonThe length argument to sysctl is now size_t.
1998-08-25 Doug RabsonChange length arguments to sysctl to size_t.
1998-08-24 Mike SmithNew major number for SR4 streams emulation.
1998-08-24 Martin CracauerGot two volatile sig_atomic_t and int mixed up. Spotted...
1998-08-24 Poul-Henning... Last commit managed to get mangled somehow.
1998-08-24 Bill Paul- #define mask of enabled interrupts/indications in...
1998-08-24 Poul-Henning... Remove the last remaining evidence of B_TAPE.
1998-08-24 Poul-Henning... Remove the last remaining evidence of B_TAP.
1998-08-24 Poul-Henning... Only claim PPS_HARDPPSONASSERT if we're compiled with...
1998-08-24 Wolfram SchneiderCheck the text segment size of the executable and the...
1998-08-24 Martin CracauerDo not exit on SIGINT in non-interactive shells, fixes...
1998-08-24 Martin CracauerWhen exiting on SIGINT, exit with signal status
1998-08-24 Doug RabsonAdd atomic.s.
1998-08-24 Doug RabsonRemove a useless ifdef which made struct disklabel...
1998-08-24 Doug RabsonChange various syscalls to use size_t arguments instead...
1998-08-24 Doug RabsonRegnerate.
1998-08-24 Doug RabsonFix a few syscall arguments to use size_t instead of...
1998-08-24 Doug RabsonAdd partial KLD support for ELF. The module loading...
1998-08-24 Doug RabsonRe-implement tcp and ip fragment reassembly to not...
1998-08-24 Gary PalmerDon't try to run ldconfig if it doesn't exist. Useful...
1998-08-24 Bruce EvansUse a relative path to bsd.kern.mk if the relative...
1998-08-24 Bruce EvansSupport printf format checking of FreeBSD kernel format...
1998-08-24 Bruce EvansRemoved support for the gcc-2.[0-4] keywords __dead...
1998-08-24 Jordan K. HubbardShut this thing up, like the other LKMs
1998-08-24 Bruce EvansFixed syntax errors (__dead should have gone away years...
1998-08-24 Bruce EvansFixed printf format errors. Only one left in LINT...
1998-08-24 Steve PriceDescribe what constitues an exceptional condition.
1998-08-24 Steve PriceThe host commandline option is -h and not -s.
1998-08-23 David E. O... * Check getopt()'s return with -1, not EOF
1998-08-23 David E. O... more files we don't need.
1998-08-23 David E. O... Two more files FreeBSD doesn't need.
1998-08-23 David E. O... upgrade instructions.
1998-08-23 David E. O... This commit was generated by cvs2svn to compensate...
1998-08-23 David E. O... Virgin import of AMD (am-utils) v6.0a16
1998-08-23 Poul-Henning... remove bdevsw arg from dsopen();
1998-08-23 Doug RabsonUse address space numbers to reduce TLB flushes.
1998-08-23 Gary PalmerQuick hack to allow netstat to compile once more: ifdef...
1998-08-23 Dag-Erling... Don't check minor number of dump device at all.
1998-08-23 Bruce EvansEnabled Lite2 fix for reading from dead ttys.
1998-08-23 Bruce EvansFixed printf format errors.
1998-08-23 Bruce EvansFixed printf format errors. `struct eisa_device' uses...
1998-08-23 Bruce EvansFixed printf format errors.
1998-08-23 Bruce EvansAdded D_TTY to the cdevswitch flags for all tty drivers...
1998-08-23 Bruce EvansRemoved cxpoll(). Just use ttpoll() like all other...
1998-08-23 Bruce EvansAttempt to fix my breakage of the alpha makebootarea...
1998-08-23 Garrett WollmanYow! Completely change the way socket options are...
1998-08-23 Gary PalmerFirst cut (aka hack) at getting make release building...
1998-08-22 Stephen McKayPass me the pointy hat with the extra sequins. Just...
1998-08-22 Stephen McKayCorrect/clarify some comments.
1998-08-22 Gary PalmerNuke unsupported architecture files
1998-08-22 Gary PalmerBuilding `compat' on alpha is meaningless (they are...
1998-08-22 Doug RabsonRemove bogus unused code.
1998-08-22 Doug RabsonMinor tweaks to track a couple of i386 changes and...
1998-08-21 Gary PalmerTry to make this compile on both alpha and i386
1998-08-21 Gary PalmerAdd BREAK_TO_DEBUGGER so that config stops whining
1998-08-21 Brian SomersConsolidate the two malloc()s that are done when allocating
1998-08-21 Brian SomersMake ``show mem'' display the number of packets allocat...
1998-08-21 Brian SomersFix ``lp=port@machine'' syntax and mention it in printc...
1998-08-21 Bill PaulIncrease the number of descriptors (and, as a consequen...
1998-08-21 David E. O... Add "-P" display the id as a password file entry.
1998-08-21 John BirrellUpdate this header to use the revamped elf headers...
1998-08-21 Mike SmithThis is the new unified bootstrap, sometimes known...
1998-08-21 Joseph KoshyAdd extern declaration for `tzname[]' to make this...
1998-08-20 John BirrellBuild kvm_mkdb and natd on alpha too.
1998-08-20 John BirrellMake the build tools static to avoid trying to use...
1998-08-20 John BirrellChange the aux field type to long instead of int so...
1998-08-20 John BirrellRemove the bootstrap hack that prevented the use of...
1998-08-20 John BirrellUse %p and void * casts to print pointers.
1998-08-20 John BirrellFix the machine dependent SUBDIR I removed by mistake...
1998-08-20 Bill PaulFix small printf() bogon (forgot newline, and the messa...
1998-08-20 Poul-Henning... Fix my blunder in my previous commit here.
1998-08-20 Doug RabsonAdd support for TurboChannel alphas (DEC 3000/300 and...
1998-08-20 Mike SmithAdd libstand.
1998-08-20 Mike SmithInstall libstand header <stand.h> and manpage (libstand.3)
1998-08-20 Mike SmithThis is libstand; a support library for standalone...
1998-08-20 Bruce EvansMoved `nx' functions to the one place where they are...
1998-08-20 Mike SmithA better fix for kern/7144:
1998-08-20 Bruce EvansFixed bogus spelling `nx*' of some `no*' devswitch...
1998-08-20 Bruce EvansFixed devfs initialization which I broke in the previou...
1998-08-20 Bruce EvansFixed devfs initialization which I broke in the previou...
1998-08-19 Dag-Erling... Include opt_devfs.h which defines SLICE, to make previo...
1998-08-19 Bill PaulMake two changes:
1998-08-19 Jordan K. HubbardAdjust family tree to list some freebsd dates as well.
1998-08-19 KATO TakenoriSync with sys/i386/isa/sio.c revision 1.211.
1998-08-19 Søren SchmidtMake struct buf->b_offset reflect the real byte offset...
1998-08-19 KATO TakenoriSync with sys/i386/isa/syscons.c revision 1.275.
1998-08-19 KATO TakenoriSync with sys/i386/i386/machdep.c revision 1.304.
1998-08-19 Bruce EvansEnabled dynamically sized tty input buffers (with enoug...
1998-08-19 Bruce EvansA limit of 200000 for the output buffer high watermark...
1998-08-19 Joseph KoshyCorrect handling of ASCII DEL (0x7F).
1998-08-19 Joseph KoshyCorrect glyph displayed by PCVT in ISO Latin-1 mode.
1998-08-19 KATO TakenoriDelete dpt driver.
1998-08-19 Joseph KoshyAdd "pcm.4" to Makefile.
1998-08-19 Bruce EvansIncreased column widths for tty input watermark fields...
1998-08-18 John BirrellChange casts from int to u_long and formats from %x...
1998-08-18 John BirrellChange a variable from int to size_t.
next