]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2002-04-19 Andrew R. Reiter- Nuke some #ifdef sun4m code; it hasn't been updated...
2002-04-19 Andrey A. ChernovPrevent sign extension on characters with 8bit set
2002-04-19 Garance A DrosehnChange lpd to recognize the '-s' parameter as a preferr...
2002-04-19 Garance A DrosehnRemove a safety-setting line which is unnecessary now...
2002-04-19 Garance A DrosehnFix 'deamon' -> 'daemon' in a comment.
2002-04-19 Garance A DrosehnAdd a little detail to the syslog-msg that comes up...
2002-04-19 Tom RhodesAdd the previously committed usb(4) manual pages to...
2002-04-19 Tom RhodesAdd usb(4) manual pages.
2002-04-19 David E. O... Add .asm as an alias for .s. .asm is common in contrib...
2002-04-19 Andrew R. Reiter- Change KM_ macro calls to the appropriate function...
2002-04-19 Andrew R. Reiter- Remove KM_ macro calls and replace with the real...
2002-04-19 Juli MallettAdd __FBSDID, this file was unmodified so it was missed...
2002-04-19 Juli MallettBring OpenBSD m4(1) off of the OPENBSD vendor branch...
2002-04-19 Juli MallettMerge differences and correct the manual page.
2002-04-19 Bruce A. MahNew release notes: my driver.
2002-04-19 Jacques VidrineAdd a reminder that commits to the security branches...
2002-04-19 Robert WatsonIn sendfile(), use the vn_rdwr() helper function, rathe...
2002-04-19 Robert WatsonDivorce proc0 and proc1 credentials earlier; while...
2002-04-19 Ruslan ErmilovRecord libtelnet.a death.
2002-04-19 SUZUKI ShinsukeExplicitly specifies sin6_family & sin6_len of sockaddr...
2002-04-19 Ruslan ErmilovMention the UCONSOLE kernel option removal.
2002-04-19 Ruslan Ermilovmdoc(7) police: polishing.
2002-04-19 Marcel MoolenaarBuild modules on ia64:
2002-04-19 Poul-Henning... Push the .info file contents out when we're done so...
2002-04-19 Poul-Henning... Make kernel dumps work with GEOM.
2002-04-19 Poul-Henning... Make life easier for reference-vector generatorts in...
2002-04-19 Poul-Henning... suser is Giant safe, so optimize a pointless case.
2002-04-19 Poul-Henning... Add a SI_DUMPDEV flag for devices.
2002-04-19 Marcel MoolenaarRespect setting of NM to allow cross-building.
2002-04-19 Andrey A. ChernovLocalize it, LC_CTYPE
2002-04-19 Atsushi OnoeSome fixes for Symbol card.
2002-04-19 Andrey A. ChernovUse LC_ALL to pick collate
2002-04-19 Ruslan ErmilovStyle.
2002-04-19 Ruslan ErmilovFix the type of .include.
2002-04-19 Ruslan ErmilovFix the bsd.port.mk breakage caused by sys.mk,v 1.60...
2002-04-19 Marcel MoolenaarAllocate sufficient pages to hold the bootinfo block...
2002-04-19 Marcel MoolenaarRemove the bootinfo kludge. We get the address of the...
2002-04-19 SUZUKI Shinsukejust merged cosmetic changes from KAME to ease sync...
2002-04-19 Warner LoshDo some minor editing of the entires (the date of the...
2002-04-19 Alan Cox o Move the acquisition of Giant from vm_fault() to...
2002-04-19 David E. O... Move the sysV variable substitution up with the BSD...
2002-04-19 Alan Cox o Remove vm_map_growstack() from ia64's trap_pfault().
2002-04-19 Robert WatsonClean up usage message: don't put optional parameter...
2002-04-19 Jacques VidrineWhen exec'ing a set[ug]id program, make sure that the...
2002-04-18 Søren SchmidtFix the breakage of tagged queueing that the busdma...
2002-04-18 Maxime HenrionAdd a reference to the kenv(2) manpage.
2002-04-18 Dag-Erling... Don't list pam_unix in the session chain, since it...
2002-04-18 Warner LoshDe-__P, use ansi function definitions
2002-04-18 Maxime HenrionConnect the kenv.2 manpage to the build.
2002-04-18 Maxime HenrionAdd a manpage for the kenv(2) syscall that Chad David...
2002-04-18 Tom RhodesFix the fdisk(8) manual page.
2002-04-18 Dag-Erling... Back out previous commit, which was not at all approved...
2002-04-18 Scott LongAdd the PCI ID for an upcoming variant of a soon-to...
2002-04-18 David E. O... This style is *way* outside the relm of any other of...
next