]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-11-20 obrienmkstemps() has been brought into 3-STABLE, so this...
1999-11-20 obrienRemove the `sysctl' get osversion hack. There are...
1999-11-20 obrienFix HISTORY - the copyright header on the file of the...
1999-11-19 jkhConditionalise unwanted chattyness.
1999-11-19 brianUpdate the time delta of the first item in TimerList...
1999-11-19 dillon Optimize two cases in the MP locking code. First...
1999-11-19 phkUse LIST_FOREACH to traverse the allproc list.
1999-11-19 phkThe at_exit and at_fork functions currently use a ...
1999-11-19 archieRevert previous commit now that 'acfcomp' has been...
1999-11-19 julianAdd a field archie forgot to merge in from out sources.
1999-11-19 obrienAdd to the HISTORY.
1999-11-19 dillon Optimize two cases in the MP locking code. First...
1999-11-19 gallatinProperly attribute interrupt time on alpha. Previously...
1999-11-19 n_hibmaMake the event creation work
1999-11-19 robertoAdd share/examples/netgraph.
1999-11-19 robertoThe "acfcomp" field is not in the structure anymore...
1999-11-19 julianfix braino.. line misplaced.
1999-11-19 sosLoose ad_sleep, its of no use anymore.
1999-11-19 rogerRename es1370.c to es137x.c and merge in the patches...
1999-11-19 julianAdd an example of how to run raw IP across a sync port.
1999-11-19 julianAdd an example of how to set up a frame relay link...
1999-11-19 impModule name is cardbus, not pccard.
1999-11-19 archieUse 'struct ng_xxx_private' instead of 'struct private...
1999-11-19 archieFix bug where hook pointers were not getting updated...
1999-11-19 archieMove misplaced #define.
1999-11-19 archieAdd some safety using KASSERT() and splnet().
1999-11-19 archieUse KASSERT() instead of old #ifdef DIAGNOSTICS.
1999-11-19 julianprotect some more operations with splimp() under Netgraph.
1999-11-19 jdpIn revision 1.21 I changed the search order for shared...
1999-11-19 archieUpdate references.
1999-11-19 archieMiscellaneous edits.
1999-11-19 archieAdd reference to ng_pppoe(8).
1999-11-19 archieUpdate to reflect changed functionality.
1999-11-19 archieRemove the address and control field compression functi...
1999-11-19 archieRename 'struct private' to 'struct ng_xxx_private'...
1999-11-19 greenReenable "umodem", as its build is not broken anymore.
1999-11-19 billfSpelling fix.
1999-11-18 cpiazzaMake `pkg_add -r package1 package2 package3 ...` work...
1999-11-18 robertoStop run() from dereferencing a NULL pointer when you...
1999-11-18 brianCop on a bit and regenerate things correctly.
1999-11-18 n_hibmaCleanup of the code before we add a few thins.
1999-11-18 n_hibmaAdd usbdevs and friends.
1999-11-18 phantomDo not suggest user to change /etc/defaults/rc.conf.
1999-11-18 phantommdoc(7)'fy
1999-11-18 nyanSet port_used and mem_used to the resource size instead...
1999-11-18 n_hibmaChange the clist reservation from 0 to buffer size.
1999-11-18 n_hibmaMissed a name change.
1999-11-18 nyanSync with sys/isa/sio.c revision up to 1.275.
1999-11-18 nyanSync with sys/isa/fd.c revision 1.168.
1999-11-18 nyanSync with sys/i386/conf/Makefile.i386 revision up to...
1999-11-18 peterArgh, don't turn the IIR test on unless it's a pccard...
1999-11-18 pbMake last commit bde-compliant:
1999-11-18 peterHack: comment out the pull-in of src/sys/../share/mk...
1999-11-18 peterFix an unused variable warning.
1999-11-18 peterIf we have found pci devices via pci_cfgopen(), but...
1999-11-18 alfredremove PCATCH from a tsleep that isn't checked for...
1999-11-18 peterFix a warning (unused static declaration without MFS_ROOT)
1999-11-18 peterFix a warning.
1999-11-18 peterFix some -Wunused warnings
1999-11-18 peterFix some warnings.
1999-11-18 peterFix a warning.
1999-11-18 peterTouch up the make_dev() usage to hopefully make it...
1999-11-18 peterFix some warnings.
1999-11-18 peterFix a warning and a potential panic if TCPDEBUG is...
1999-11-18 peterFix a warning (unused variable RCSid)
1999-11-18 dillon Ensure that garbage from the kernel stack does...
1999-11-18 sheldonhFollow-up on mdoc fixes in rev 1.35; this includes...
1999-11-18 dillon Only bother converting the stat structure if we...
1999-11-18 peterZap nsio
1999-11-18 impSync to latest cardbusdevs file
1999-11-18 peterMerge some typo fixes from dev/sio/sio.c (siostop ...
1999-11-18 impRaw import of newconfig cardbus code. This is effectiv...
1999-11-18 impInitial import of cardbus bridge driver (cbb) from...
1999-11-18 impAdd modules for cardbus and the cardbus bridge driver...
1999-11-18 impNewcard's pccard module. It compiles, but doesn't...
1999-11-18 peterRemove the non-functional "swap device" userland front...
1999-11-18 impHijack old, broken, obsolete, unsupported pcic module...
1999-11-18 peterRemove cdevsw_add() as the make_dev()'s are done in...
1999-11-18 peterRemove cdevsw_add() - the make_dev() calls are already...
1999-11-18 peterRemove cdevsw_add() - the necessary make_dev() is alrea...
1999-11-18 peterRemove cdevsw_add() - the necessary make_dev() calls...
1999-11-18 peterFix a warning.
1999-11-18 peter'const'ify a bunch of pointers in the resource_*()...
1999-11-18 peterConvert smb to use make_dev() rather than cdevsw_add...
1999-11-18 peterConvert iic to use make_dev() rather than cdevsw_add...
1999-11-18 peterTidy up a few loose ends in the fifo setup code.
1999-11-18 peterUse a common MAKEDEV between the Alpha and i386 - the...
1999-11-18 greenFor now, disable umodem module building, because it...
1999-11-18 peterMove Alpha conflicting entries (98,99) to 135,136....
1999-11-18 obrienDon't ask about SCO/IBSC2 binary support on the Alpha.
1999-11-18 jdpFor the TCP transport, put the listening socket in...
1999-11-18 julianfix up a whitespace screwup I made.
1999-11-17 impo Remove #if XXX from around the probe code.
1999-11-17 grogAllow octal or hex input.
1999-11-17 n_hibmaAdd the entry for usb (as opposed to usb<number>)....
1999-11-17 n_hibmaChange the name of the modules from <name>_mod to ...
1999-11-17 acheAdd network pass4 - after all local (/usr/local/etc...
1999-11-17 n_hibmaSynchronisation with NetBSD as of 1999/11/16:
1999-11-17 phk"b_unused1" was.
1999-11-17 phkDo timeouts in terms of hz
next