]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
1999-11-17 phkMake proc/*/cmdline use the cached argv if available.
1999-11-17 phkThe function `procfs_getattr()' in procfs doesn't set...
1999-11-17 brianmodfind(char *) -> modfind(const char *)
1999-11-17 brianFix ``set proctitle'' by using setproctitle().
1999-11-17 brianMake setproctitle(NULL) restore all of the original...
1999-11-17 phkThe logic for blackhole processing does not free mbufs...
1999-11-17 achepurity change for name length checking code
1999-11-17 acheMerge with OpenBSD whois (with bugfixes missed there)
1999-11-17 impgcc 2.95.2
1999-11-17 archieWhen allocating a new PKTHDR mbuf, always set m->m_pkth...
1999-11-17 mjacobFix a couple of boo-boos in the last delta.
1999-11-17 cracauerThe pipleline problem introduced in version 1.22 wasn...
1999-11-17 davidnReduce max length of user names to 15 characters to...
1999-11-17 obrienBuild genrtl.h before print-rtl.o.
1999-11-17 peterUse the same technique as ps(1) to avoid the need for...
1999-11-17 peterI'm probably jumping the gun, but what the heck, this...
1999-11-17 peterUse eproc.e_stats, not a series of crude hacks to fetch...
1999-11-17 peterAdd e_stats (p->p_stats, from struct user->u_stats...
1999-11-17 phantomFix invalid option name: DIVERT -> IPDIVERT
1999-11-17 sheldonhAdd perlopentut.pod, perlreftut.pod and perlthrtut...
1999-11-17 obrienAllow sub-Makefile's to determine the version of the...
1999-11-17 obrienAdd `mkstemp.c' to the mix if we are building on someth...
1999-11-17 obrienMake "-mpreferred-stack-boundary=2" the default on...
1999-11-17 obrienPay attention to the "KEEP THIS IN SYNC" comment, and...
1999-11-17 obrien* Remove a trailing ";" from a macro.
1999-11-17 obrienThis temperary file can die now.
1999-11-17 mjacobFix for 11815 (at mount time do a throwaway read of...
1999-11-17 kenGet rid of some trailing commas in enumerated types...
1999-11-17 kenConvert the xpt, pass, pt and target drivers to use...
next