]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1997-06-20 brianFix "delete all".
1997-06-20 wpaulHm... wonder how long this has been here.
1997-06-20 jkhAdd a couple of strategic screen clears.
1997-06-19 jkhBack out previous fix - this bug's got diplomatic immun...
1997-06-19 jkhFix multiple documentation bogons.
1997-06-19 jkh>Number: 3780
1997-06-19 charnierSync usage string according to man page.
1997-06-19 charnierCosmetic in usage string.
1997-06-19 charnierUse warn(3).
1997-06-19 charnierUse err(3). Add missing prototypes. Cosmetic in usage...
1997-06-19 charnierUse err(3). Add usage().
1997-06-19 charnierUse err(3).
1997-06-19 jdpTry again to explain the existence of lchown() and...
1997-06-19 wollmanFix crash when halting where APM was configured but...
1997-06-18 pstAdd cron_enable and inetd_enable flags to rc.conf.
1997-06-18 charnierVarious typos in man page. Cosmetic in usage string...
1997-06-18 charnierSync man page and usage string. Remove unused -p option...
1997-06-18 charnierSync man page and usage string.
1997-06-18 charnierSync beetween man page and usage string.
1997-06-18 charnierFprintf -> warn.
1997-06-18 charnierTypo.
1997-06-18 jkh1. Add a noWarn flag so that scripts can turn warnings...
1997-06-18 asamiAdd `B' to list of flags to pass through from C*FLAGS...
1997-06-18 asamiMove the "umask ?= 0022" check (a warning only) from...
1997-06-18 asamiAdd "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR...
1997-06-18 brianProtect against garbage mbufs in pppstart.
1997-06-18 jkhCheck named_enable rather than just named_flags.
1997-06-18 wollmanAdd for public examination the beginnings of the per...
1997-06-18 alexTypo police.
1997-06-17 jdpCorrect the section number in the cross-reference for...
1997-06-17 wpaulWork around a bug (deficiency?) in the libdes Secure...
1997-06-17 katoAdded CONTEC C-NET(9N) and C-NET(98)P2 support.
1997-06-17 kjccorrect the wrong ATM option name for native atm access
1997-06-17 brianCosmetic: Fix help syntax.
1997-06-17 brianHandle redial tries correctly under -ddial
1997-06-16 davidnFix infinite loop.
1997-06-16 brianPut TCP/IP logs back on one line.
1997-06-16 brianSet netfd to STDOUT_FILENO rather than STDIN_FILENO.
1997-06-16 brianCorrect filter docs.
1997-06-16 brianRemove call to daemon(). Just call setsid() and close
1997-06-16 dysonOuch!!! This should fix a serious build problem after...
1997-06-16 bdeMerge from Lite2.
1997-06-16 katoFixed comment.
1997-06-16 katoGive up automatic detection of card model. Since DP839...
1997-06-16 maxTypo fix.
1997-06-16 charnierUse err(3) instead of local copy.
1997-06-16 charnierUse err(3) instead of local err() (a errx() like function).
1997-06-16 charnierUse err(3).
1997-06-16 charnierFix 2 typos.
1997-06-16 dgMinor optimization in fxp_intr.
1997-06-16 dysonModifications to existing files to support the initial...
1997-06-16 dysonAdd initial AIO/LIO kernel thread support files. This...
1997-06-16 dysonUpgrade NFS to support the new vfs_bio resource/buffer...
1997-06-15 dysonCorrect the return code for the mlock system call....
1997-06-15 dysonFix a reference problem with maps. Only appears to...
1997-06-15 wpaulRemember to zero sockaddr_in struct before calling...
1997-06-15 achesrandomdev: use stack junk value in the fallback code too
1997-06-15 dysonFix a problem with the VN device. Specifically, the...
1997-06-15 katoFixed iomem address of SMIT mode in an example of bs...
1997-06-15 katoSynchronize with sys/i386/i386/machdep.c revision up...
1997-06-15 katoSynchronize with sys/i386/boot/biosboot/boot.c revision...
1997-06-15 wollmanFix another power down braino.
1997-06-15 wollmanFix definition of apm_power off (was suffering from...
1997-06-15 wollmanWhen APM is configured, turn off the power when halting...
1997-06-14 acheBelgian keyboard fixes
1997-06-14 maxTypo fix.
1997-06-14 maxTypo fix.
1997-06-14 fsmpAdded 2 new defines:
1997-06-14 jdpUpdate some text to reflect the fact that symbolic...
1997-06-14 bdeRemoved unused #includes.
1997-06-14 bdeRemoved unused #includes.
1997-06-14 bdeFixed the type of a timeout function and removed casts...
1997-06-14 bdeRemoved unused #includes.
1997-06-14 bdeRemoved unused #includes.
1997-06-14 bdeRemoved unused #includes.
1997-06-14 bdeRemoved unused #includes.
1997-06-14 bdeDon't require superuser privileges for creating fifos...
1997-06-14 acheMove machine/types.h to non-standard section
1997-06-14 bdeLoad the kernel config file where userconfig (with...
1997-06-14 katoDeleted #ifdef PROBE_KEYBOARD to synchronize.
1997-06-14 acheBack out recent color-xerm and xterm merging,
1997-06-14 acheReplace random() by arc4random() since random() can...
1997-06-14 acheRemove srandomdev fallback code
1997-06-14 acheAdd arc4random family declaration
1997-06-14 acheChange u_char which require special include to unsigned...
1997-06-14 acheAdd arc4random() functions from OpenBSD. They are almos...
1997-06-14 acheRemove srandomdev fallback code
1997-06-14 acheRemove srandomdev fallback code
1997-06-14 acheRemove srandomdev fallback
1997-06-14 acheInstead of copying fallback code over and over in each...
1997-06-13 dgAdded support for the Intel 82555 PHY chip which is...
1997-06-13 davidnAdd "break" inadvertently removed in previous update.
1997-06-13 maxTypo fix.
1997-06-13 maxTypo fix.
1997-06-13 acheAdd MAXHOSTNAMELEN check
1997-06-13 jkhYAMF22
1997-06-13 jkhYAMF22
1997-06-13 jkhYAMF22
1997-06-13 jkhIncorporate an ancient typo fix that never made it...
1997-06-13 jkhreverse polarity on bit-flip from 2.2
next