]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-10-11 phkremove unused #includes
1999-10-11 phkremove unused #include
1999-10-11 phkremove unused #include, add $FreeBSD$
1999-10-11 phkremove unused #includes.
1999-10-11 impKill unused includes
1999-10-11 impHid silly unknown board types message behind if (bootve...
1999-10-11 peterOops, Previous commit was-
1999-10-11 peterAck, ip_mroute.h is not an ipfilter include. :-/
1999-10-11 peterOh foo. I got carried away. :-( "joy.h" is used to...
1999-10-11 peterTrim unused options (or #ifdef for undoc options).
1999-10-11 peterClean up some cruft. We don't run <= 4.3 binaries...
1999-10-11 steveAdd support for the USRobotics Courier V.Everything...
1999-10-11 peterTrim some unused #includes
1999-10-11 peterZap unneeded #include (found by phk)
1999-10-11 peterZap unneeded #includes
1999-10-11 peterDelete unneeded #include
1999-10-11 sosFix a bug in the isa attach code which would panic...
1999-10-11 dwhiteBe explicit about kzip location to avoid accidentally...
1999-10-11 peterDelete the sf (swapfile) arg to an internal function...
1999-10-11 kuriyamaAdd I-O DATA PCLATE entry.
1999-10-10 newtonReplace cdevsw_add() and friends with make_dev()/remove...
1999-10-10 obrienMove RCS tag to our normal place.
1999-10-10 obrienStyle cleanups:
1999-10-10 obrienRemove things common to all FreeBSD platforms. They...
1999-10-10 julianFix the following:
1999-10-10 phkI don't know if this is the correct fix, but my kernel...
1999-10-10 jhayUpdate the comments to say we are at draft 05 now.
1999-10-10 sosRemove unused include files.
1999-10-10 peterDon't #include ipfilter includes that aren't there...
1999-10-10 peterFurther cleanup. Also remove the following unused...
1999-10-10 peter#ifdef PPS_SYNC around "kapi" declaration to fix a...
1999-10-10 marcelUse the proper #ifdef around union sigval and siginfo_t...
1999-10-10 greenLet a file with '@' or ':' in it take precedence over...
1999-10-10 peterPut IPFILTER_LKM into opt_ipfilter.h and delete the...
1999-10-10 peterDon't try and build IPFILTER in LINT.
1999-10-10 peterRemove ipfilter files - the hooks remain in ip_input...
1999-10-10 peterRemove ipl hooks (bring on DEVFS! :-)
1999-10-10 peterremove ipl hooks
1999-10-10 peterNuke the old antique copy of ipfilter from the tree...
1999-10-10 peterNuke the old antique copy of ipfilter from the tree...
1999-10-10 phkRetire old and unused #includes.
1999-10-10 cpiazzaRevert previous change, I misread it as an if( when...
1999-10-10 marcelAvoid using the osig* syscalls.
1999-10-10 marcel\begin{quote}
1999-10-10 mharoCorrect typo, Welcom -> Welcome
1999-10-10 markmCorrect the Crypto dist's name in a string.
1999-10-09 greenModify to work with the new sbreserve().
1999-10-09 phkRemove obsolete include file.
1999-10-09 cpiazzaAdd the missing ')' in
1999-10-09 phkRemove the ft program, the driver is long gone.
1999-10-09 phkRemove another obsolete include file.
1999-10-09 greenImplement ulimit -b for RLIMIT_SBSIZE.
1999-10-09 greenThis implements the RLIMIT_SBSIZE ("sbsize") administra...
1999-10-09 greenImplement RLIMIT_SBSIZE in the kernel. This is a per...
1999-10-09 phkpnpparse.c is needed for kernel builds.
1999-10-09 sosAdd the options for the ATA driver.
1999-10-09 sosAdd support for the HPT366 chip, this is used on the...
1999-10-09 phkGive physio a makeover.
1999-10-09 chrisRemove an unnecessary cross-reference to ioctl(2)
1999-10-09 peterAdd the 16550 programming interface code for PCIS_SIMPL...
1999-10-09 marcelRemove syscall wrappers.
1999-10-09 jhayUpdate the PPSAPI to draft-mogul-pps-api-05.txt which...
1999-10-09 phkA leftover include file from pre-CAM days gets retired...
1999-10-09 dfrFactor out the PnP resource parser so that it can be...
1999-10-09 dfrFix build break.
1999-10-09 dfrAdd net device to netboot.
1999-10-09 dfrRemove old sig* wrappers.
1999-10-09 phkmount* fixes from Martin Blapp <mb@imp.ch>:
1999-10-09 bdeHard-configure z_off_t as long. Soft configuration...
1999-10-09 mdoddRemove old copies. These files now live in src/sys...
1999-10-09 mdodd- Point the right bits at the new location of the bus...
1999-10-09 greenAdd a newline to "WARNING: %s maxphys = 0 ??" so it...
1999-10-09 mdodd- Restore correct operation of bt_mca.
1999-10-09 impMake interrupts shareable with RF_SHAREABLE. This...
1999-10-09 mdoddRemove these files as they now live in sys/dev/dpt/
1999-10-09 impAllow interrupt sharing by allocating the interrupt...
1999-10-09 impCall DEVICE_IDENIFY in bus_generic_driver_added to...
1999-10-09 mdoddSwitch over to the new location in sys/dev/dpt.
1999-10-09 mdoddRemove the DPT EISA driver entry.
1999-10-09 mdodd- Implement a simple PIO driven function for retreiving...
1999-10-09 wesCorrect the description of the timeout argument. I...
1999-10-09 jdpFix sigvec(). When the sigset_t changes came in, it...
1999-10-08 charnierspace is not allowed between owner and :group.
1999-10-08 charnierspelling
1999-10-08 n_hibmaFix -Wall warnings
1999-10-08 n_hibma- Fixed some cases in which mount was segfaulting.
1999-10-08 phkFix a panic(8) implementation:
1999-10-08 phkAdd a couple of strategic KASSERTs
1999-10-08 peterZap cdevsw_add() - the make_dev's take care of it and...
1999-10-08 phkAdd back sysctl vfs.enable_userblk_io
1999-10-08 brianRevert the 1.44 -> 1.45 change. It doesn't work as...
1999-10-08 n_hibma perl5 -> perl
1999-10-08 greenperl5 -> perl
1999-10-08 mdoddSync with recent changes to the MCA bus code. Resource...
1999-10-08 rogerNo longer required, following the move of the driver...
1999-10-08 marcelSynchronize with i386 rev 1.367
1999-10-08 dfrDon't include <machine/frame.h>.
1999-10-08 marcelFix the breakage of doscmd that was caused by the rebirth
1999-10-08 n_hibmaChange the SOURCE line to include ${CURDIR}
1999-10-08 n_hibmaMove the include of device.h into the NetBSD specific...
next