]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-04-21 Marcel MoolenaarImprove self-relocation and fix ABI misinterpretation...
2002-04-21 Marcel MoolenaarImprove self-relocation:
2002-04-21 Crist J. ClarkConsistently use full pathnames for files, especially...
2002-04-21 Mark MurrayRemove my MAINTAINER= from here, as it is in src/MAINTAINER
2002-04-21 Mark MurrayTidy up some of the configs; s/gcc/cc/ to make the...
2002-04-21 Philippe CharnierAdd FBSDID. Start errx(3) messages with lowercase....
2002-04-21 Bruce A. MahUn-do note of MFC of inetd change.
2002-04-21 Bruce A. MahNew release note: mergemaster(8) -p/-C.
2002-04-21 David E. O... o Use our own elf2aout now.
2002-04-21 Brian SomersDon't load the netgraph line discipline. When it's...
2002-04-21 Andrew R. Reiter- Nuke some more not needed #ifdef cruft.
2002-04-21 Juli MallettFor the P function, the newline must be considered...
2002-04-21 Juli MallettAdd sed(1) tests for proper behaviour of the G option...
2002-04-21 Juli MallettCheck to see if make(1)'s handling of doubly-defined...
2002-04-21 Juli MallettOnly exit at the end of a test, exit with the last...
2002-04-20 Marcel MoolenaarGCC 3.x WARNS: Add a break to the default case.
2002-04-20 Juli MallettUse %zu to print a size_t, not %u and definitely not %d.
2002-04-20 Philippe Charnier.Nm is not required at the begining of this sentence.
2002-04-20 Philippe CharnierUse `The .Nm utility'. Add section number to .Xr.
2002-04-20 David E. O... Improve the Bzip2 handling.
2002-04-20 Bruce A. MahNew release notes: UserConfig gone (release note long...
2002-04-20 Juli MallettPrint a size_t as %u not %d.
2002-04-20 Juli MallettAdd a test of variable evaluation and substitution...
2002-04-20 Gregory Neil... Resolve conflicts from import of post-8.12.3 bug fixes.
2002-04-20 Gregory Neil... This commit was generated by cvs2svn to compensate...
2002-04-20 Gregory Neil... Import of post-8.12.3 bug fixes from vendor repository.
2002-04-20 Mike BarcroftInclude <arpa/inet.h> for prototype of ntohl() used...
2002-04-20 Gregory Neil... Remove files no longer in vendor release from vendor...
2002-04-20 Mike BarcroftReenable the newly unbroken hfa device.
2002-04-20 Juli MallettAdd a test for jot(1).
2002-04-20 Gregory Neil... Two more files to keep track of.
2002-04-20 Juli MallettA simple test for join(1) based on tjr's test case...
2002-04-20 Mike BarcroftChange two KM_COPY()s to bcopy(). This should have...
2002-04-20 Gregory Neil... Despite the fact that it is documented in the handbook...
2002-04-20 Juli MallettAdd an exceedingly simple regression test for the file2...
2002-04-20 Gregory Neil... In my continuing crusade to make life better for non...
2002-04-20 Juli MallettAdd regression tests for parts of xargs(1).
2002-04-20 Juli MallettAdd a comment regarding the file header, and the mode...
2002-04-20 Juli MallettAdd uuencode(1) and uudecode(1) regression test input...
2002-04-20 Jake BurkholderMFi386 1.222. Remove vm_map_growstack and acquisition...
2002-04-20 Juli MallettStart adding framework for userland regression tests...
2002-04-20 Bill FennerImplement several of the c99 updates to scanf(3):
2002-04-20 Dag-Erling... Oops, fix an inverted if test.
2002-04-20 Dag-Erling... Strip /dev/ from tty name, and clean up the "last login...
2002-04-20 Jake BurkholderCheck the alignment of the stack pointer before copying...
2002-04-20 Jake BurkholderFix off by one errors in cache flush calls (mostly...
2002-04-20 Jake BurkholderAdd needed include of tick.h.
2002-04-20 Jake Burkholdersysinstall compiles on sparc64.
2002-04-20 Robert WatsonAdd an XXX: linux_uselib() should be using vn_open...
2002-04-20 Semen UstimenkoUpdate the email appearing in copyright string.
2002-04-20 Semen UstimenkoMerge ``&& must be ||'' bug noticed and fixed in OpenBS...
2002-04-20 Philippe CharnierUse `The .Nm utility'
2002-04-20 Dag-Erling... login(3) doesn't care about the controlling terminal...
2002-04-20 Dag-Erling... Fix for the sshd(8) utmp problem. Previously, login...
2002-04-20 Philippe CharnierUse `The .Nm utility'
2002-04-20 Seigo TanimuraPush down Giant for setpgid(), setsid() and aio_daemon...
2002-04-20 Philippe CharnierUse `The .Nm utility'
2002-04-20 Benno RiceReplace inline asm with it's inline function wrapper.
2002-04-20 Andrey A. ChernovFix TZ & TERM handling for use_login case of rev. 1.24
2002-04-20 Andrey A. Chernov1) Surprisingly, "CheckMail" handling code completely...
2002-04-20 Nicolas SouchuFix controller in SW mode and See also + first appeared...
2002-04-20 Andrew R. Reiter- Create a ``zero fill'' constructor for uma_zcreate...
2002-04-20 David E. O... reorg a little.
2002-04-20 Jake BurkholderI decided I don't want to be part of this.
2002-04-20 Alan CoxReintroduce locking on accesses to vm_object_list.
2002-04-20 Andrey A. Chernov1) Fix overlook in my prev. commit - forget HAVE_ prefi...
2002-04-20 Boris PopovAdd character translation table between Unix and NetWar...
2002-04-20 Boris Popovs/nwserv/nwfs/
2002-04-20 Boris PopovDescribe situation where manual 'ifconfig xx0 up' required.
2002-04-20 Andrey A. ChernovPlease repeat after me: setusercontext() modifies _curr...
2002-04-20 Juli MallettIn the BUGS section, mention that the ballooning of...
2002-04-20 Juli MallettUse fwrite(3) to write out the decoded information...
2002-04-20 Juli Mallettbase64_decode() was feeding \r and \n to the decoding...
2002-04-20 Mike BarcroftAdd typedef of sa_family_t to <sys/un.h>, per POSIX...
2002-04-20 Mike BarcroftAdd sa_family_t type to <sys/_types.h> and typedefs...
2002-04-20 Andrey A. ChernovRemove <ctype.h> - not needed
2002-04-20 Andrey A. ChernovPrevent sign extension (again)
2002-04-20 Tim J. RobbinsAllow space between -a and its argument. Honour locale...
2002-04-20 Juli MallettCrank WARNS.
2002-04-20 Marcel MoolenaarDon't put a line break in string literals. GCC 3.1...
2002-04-20 Robert WatsonImprove style consistency of vfs_syscalls.c by converti...
2002-04-20 Marcel MoolenaarDon't put a line break in string literals. GCC 3.1...
2002-04-20 David E. O... It is easier for me to debug with -I's at the rear.
2002-04-20 Robert WatsonSpelling fix for comment.
2002-04-20 Mike BarcroftComment out and mark broken the hea and hfa devices...
2002-04-20 Andrew R. Reiter- Nuke small sgi ifdef bits.
2002-04-20 Juli MallettBump WARNS to 4.
2002-04-19 Juli MallettIn the case where we can't open /dev/tty, fall back...
2002-04-19 Juli MallettBump WARNS to 4.
2002-04-19 Philippe CharnierUse `The .Nm utility'
2002-04-19 Juli MallettCompound two fprintf(3)s into 1 using string concatenation.
2002-04-19 Mike BarcroftFix compiling of acpica when debugging is enabled....
2002-04-19 Juli MallettAfter 3 months...
2002-04-19 Philippe CharnierUse `The .Nm utility'. Introduce options with well...
2002-04-19 Philippe CharnierAdd .Pp before enumerating options
2002-04-19 Philippe CharnierUse `The .Nm utility'
2002-04-19 Alfred PerlsteinClean up:
2002-04-19 Semen UstimenkoMove tx(4) driver to sys/dev/tx. BTW split hardware...
2002-04-19 Warner LoshMake this build on 4.x machines again (building a ...
2002-04-19 Andrew R. Reiter- Nuke some more #ifdef sun related sections.
next