]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1997-10-27 bdeMoved declaration of etext from <machine/md_var.h>...
1997-10-27 bdeOops, <machine/psl.h> is used unconditionally in -current.
1997-10-27 acheMove nobody to daemon class, otherwise it is impossible...
1997-10-27 bdeCleaned up #includes.
1997-10-27 bdeKNFize rev.1.31.
1997-10-27 bdeUse unique sleep message strings.
1997-10-27 bdeUse 127 instead of CHAR_MAX for the limit on the sequen...
1997-10-27 bdeUse bread() instead of cluster_read() for reading the...
1997-10-27 steveBetter wording explaining that all single character...
1997-10-27 bdeRemoved unused #includes. The need for most of them...
1997-10-27 bdeForward declare precisely the structs that are actually...
1997-10-27 charnierUse err(3).
1997-10-27 charnierRemove `progname'.
1997-10-27 charnierAdd usage() and err(3). Sync man page with usage string.
1997-10-27 charnierOne line usage string: see man page for more info.
1997-10-27 charnierCosmetic in err() strings.
1997-10-27 charnierUse err(3).
1997-10-27 katoSynchronize with sys/i386/isa/sio.c revision 1.187.
1997-10-27 katoSynchronize with sys/i386/isa/if_fe.c revision 1.32.
1997-10-27 katoSynchronize with sys/i386/isa/if_ed.c revision 1.125.
1997-10-27 katoSynchronize with sys/i386/isa/syscons.c revision 1...
1997-10-27 katoSynchronize with sys/i386/conf/GENERIC and majors.i386...
1997-10-27 charnierUse err(3). Add prototypes. Document -s and -r flags.
1997-10-27 charnierStatisize usage().
1997-10-27 charnierUse err(3). Stylistic changes in man page.
1997-10-27 charnierAdd usage(). Document -n flag. Do not touch/remove...
1997-10-27 charnierUse err(3). Change `=' to `==' in two places, so that...
1997-10-27 charnierntohl->htonl.
1997-10-27 joergMove the EP_ID_PORT out to 0x110, so it doesn't conflic...
1997-10-27 steveOffending statement removed from STANDARDS section...
1997-10-27 steveTypo fix.
1997-10-27 steveFix a misleading comment.
1997-10-27 jkhBump MAXDSIZ to 512MB so that soft limits have a chance...
1997-10-27 dysonCheck to see if the pv_limits are initialized before...
1997-10-27 fennerFix a comment about multicast; since the Etherlink...
1997-10-26 nate- Instead of relying on a functional call to register...
1997-10-26 phkUpdate this little gadet to latest version.
1997-10-26 phkI guess nobody uses ext2fs in current ?
1997-10-26 nate- Patch the 'skeleton' example driver to be more consis...
1997-10-26 phkVFS interior redecoration.
1997-10-26 phkRemade syscalls.master derived files.
1997-10-26 phkAdd "NOIMPL" for syscalls we know what is, but don...
1997-10-26 phkSimplify the lease_check stuff.
1997-10-26 phkAlways initialize the syscall vectors for our "private...
1997-10-26 wpaulIn clntudp_call(), it is possible that xdr_replymsg...
1997-10-26 jraynardRemove yet another superfluous file.
1997-10-26 woschtypo.
1997-10-26 woschUse croation week day name. This avoid a name clash
1997-10-26 brianCosmetic:
1997-10-26 dysonChange the initial amount of memory allocated for pv_en...
1997-10-26 acheAdd -funsigned-char to CFLAGS (for ctype macros)
1997-10-26 acheBack out mode (unsigned char)...
1997-10-26 acheBack out (unsigned char) cast, will use -funsigned...
1997-10-26 helbigTypo.
1997-10-26 helbigSynchronize usage() and man page.
1997-10-26 yokota- Slightly change the way the border color register...
1997-10-26 yokota- The daemon might go off the screen and crashed the...
1997-10-26 nate- 'Beep' support now happens in it's own separate file...
1997-10-26 jmguse += on cflags
1997-10-26 nate- Functional changes to PCCARD support.
1997-10-26 nate- Do a bunch of gratuitous changes intended to make...
1997-10-26 nate- Call 'callout_handle_init' on the two timeout channel...
1997-10-26 brianCosmetic (no functional changes):
1997-10-26 jdpChange L_SET to SEEK_SET for POSIX compliance.
1997-10-25 nate- KNF the PCI stuff, no functional changes.
1997-10-25 wollmanMerge changes from vendor branch.
1997-10-25 wollmanThis commit was generated by cvs2svn to compensate...
1997-10-25 wollmanNew version of the timezone database (1997i) from Arthu...
1997-10-25 phkRecognize even more of the Znyx 314 cards.
1997-10-25 jkhFix typo in startup menu.
1997-10-25 dysonSomehow an error crept in during the previous commit.
1997-10-25 dysonSupport garbage collecting the pmap pv entries. The...
1997-10-24 dysonDecrease the initial allocation for the zone allocations.
1997-10-24 briansleep => nointr_sleep
1997-10-24 markm(Null commit - the previous commit blew up in my face).
1997-10-24 markmLink this against -lcrypt. In the case where the user...
1997-10-24 markmMake this part of the 'krb' distribution if it is being...
1997-10-24 markmMake this part of the 'krb' distribution.
1997-10-24 nate- Recognize the Cirrus Logic PD6729/6730 PC-Card Contro...
1997-10-24 nate- Use the definitions found in <i386/isa/isa.h> instead...
1997-10-24 phkRemove the stuff we do not use from global scope. ...
1997-10-24 phkStatizice.
1997-10-24 maxPkg_add refused to process package whose packing list...
1997-10-24 jmgfix mispelling of kld
1997-10-24 jmgmake a couple functions static...
1997-10-24 hoekChange defaults to match reality.
1997-10-23 nate- defined constant ISA_HOLE_START (would be nice to...
1997-10-23 acheRestore back non-interruptable sleep/usleep just redefi...
1997-10-23 acheRemove private sleep/usleep hacks
1997-10-23 nate- Move the untimeout code call out of the check for...
1997-10-23 itojunobey internet-draft "draft-stevens-advanced-api-04...
1997-10-23 msmithAdd entries for the Danpex EN-6200P2 and Megahertz...
1997-10-23 gibbsFix a potentially disasterous '==' instead of '=' bug.
1997-10-23 brianFix various filter problems
1997-10-23 katoDisallow non-root mount. If you want to allow non...
1997-10-23 katoSynchronize with sys/i386/isa/syscons.{c,h} revisions...
1997-10-23 katoSynchronize with sys/i386/conf/Makefile.i386 revision...
1997-10-23 nate- Fix braino in last commit. (Slow networks should...
1997-10-23 nate- Back out the last. APM_BROKEN_STATCLOCK doesn't...
1997-10-23 yokotaReject unreasonable values passed to CONS_HISTORY ioctl...
next