]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-02-28 Brooks DavisSome style(9) whitespace fixes and a correction to...
2002-02-28 Peter WemmFix another boatload of warnings (missing include)...
2002-02-28 Peter WemmFix warnings.
2002-02-28 Peter WemmFix debug printf formats
2002-02-28 Makoto MatsushitaFor unbraking "make release": s/client/common/g
2002-02-27 Peter WemmFix some unused warnings. One function is only used if
2002-02-27 Peter WemmFix warnings (comment out unused tables that are taking...
2002-02-27 Peter WemmTag if_ie.c, isp.c and isp_pci.c as nowerror (qualifier...
2002-02-27 Peter WemmFix warnings
2002-02-27 Peter WemmFix warnings. The driver would be more useful with...
2002-02-27 Dag-Erling... When searching an object that was opened with RTLD_GLOB...
2002-02-27 Peter WemmRepair some warnings. These are accessing idle portion...
2002-02-27 Warner LoshRemove support for FreeBSD 2.x from this driver.
2002-02-27 Peter WemmFix warning (unused variable)
2002-02-27 Peter WemmMark a few more broken pci drivers as nowerror.
2002-02-27 Peter WemmFix warning (passing wrong arg to arp_ifinit())
2002-02-27 Peter WemmMark stallion.c as nowerror (known broken, this is...
2002-02-27 Peter WemmFix format warning.
2002-02-27 Warner LoshThe do { } while (0) macro example was missing a space...
2002-02-27 Bill FennerUse SIGUSR1 to propogate SIGURG to the child; security...
2002-02-27 Bill FennerImprove error reporting - report error message when...
2002-02-27 Bill FennerUse network byte order for the ICMP sequence number...
2002-02-27 Brian FeldmanUse login_getpwclass() instead of login_getclass()...
2002-02-27 David E. O... Minor style(9) nit + utilize ELF features for the FreeB...
2002-02-27 John BaldwinBack out part of KSE/M2 that snuck in under the radar...
2002-02-27 Brian FeldmanCheck if string is not NULL, not *string, before settin...
2002-02-27 David E. O... We do not support the sparc platform.
2002-02-27 David E. O... Minor WS change to improve readability.
2002-02-27 Julian ElischerUnbreak fore adapters from POV of warnings.
2002-02-27 Warner LoshRemove now unused struct proc *p.
2002-02-27 Andrew R. Reiter- Insert a space in the panic() string in order more...
2002-02-27 Julian ElischerAdd a comment explaining a code change..
2002-02-27 John BaldwinUse thread0.td_ucred instead of proc0.p_ucred. This...
2002-02-27 John Baldwin- Change namei() to use td_ucred instead of p_ucred.
2002-02-27 John Baldwin- Change unp_listen() to accept a thread rather than...
2002-02-27 John BaldwinFix Giant leakage in several error cases in __semctl().
2002-02-27 John BaldwinAdd a comment about an unlocked access to p_ucred that...
2002-02-27 John BaldwinUse td_ucred and thus remove now unneeded proc lock...
2002-02-27 Maxim SobolevUse some black make(1) magic to make pkg_install build...
2002-02-27 Alfred Perlsteinkill __P.
2002-02-27 Alfred Perlsteinadd assertions in the places where giant is required...
2002-02-27 David E. O... Add lukemftpd to the mix.
2002-02-27 David E. O... Build LukeM's ftpd.
2002-02-27 John BaldwinSimple p_ucred -> td_ucred changes to start using the...
2002-02-27 John BaldwinTemporarily lock Giant while we update td_ucred. The...
2002-02-27 David E. O... Put the last added source file in proper order.
2002-02-27 Mike SilbersackFix a horribly suboptimal algorithm in the vm_daemon.
2002-02-27 Sebastien GioriaAdding Boot-loader translation
2002-02-27 David Malone1) Remove -Wall from Makefile.
2002-02-27 Thomas MoestlAdd gem and hme.
2002-02-27 Thomas MoestlAdd a driver for the Sun GEM (Gigabit) and ERI (100...
2002-02-27 Sebastien GioriaMotherboard and processor translation
2002-02-27 Thomas MoestlAdd a driver for the Sun HME PCI/SBus ethernet adaptor...
2002-02-27 Alfred PerlsteinFix a NULL deref panic in pipe_write, we can't blindly...
2002-02-27 Thomas MoestlAdd the following functions/macros to support byte...
2002-02-27 Robert DrehmelUse the updated getcredhostname() function.
2002-02-27 Robert DrehmelUse the updated getcredhostname() function.
2002-02-27 Robert DrehmelMake getcredhostname() take a buffer and the buffer...
2002-02-27 David Malone1) Don't use -Wall in Makefile.
2002-02-27 Robert Drehmel - Use the new getcredhostname function in xenix_utsname(),
2002-02-27 David Malone1) Move FreeBSD ID below vendor ID and don't compile...
2002-02-27 Robert Drehmel - Use the new getcredhostname function in the SVR4...
2002-02-27 Robert DrehmelUse the getcredhostname function to fill the hostname...
2002-02-27 Robert DrehmelAdd a function which returns the correct hostname for...
2002-02-27 Ruslan ErmilovPreprocess with pic(1).
2002-02-27 David MaloneAdd missing "#include <string.h>" for memcmp, noticed...
2002-02-27 Sebastien GioriaBuild fix.
2002-02-27 Sebastien GioriaMFen + Typos Fix
2002-02-27 Ruslan ErmilovFixed a few typos.
2002-02-27 David Malone1) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.
2002-02-27 David Malone1) Remove blank line between include of sys/cdefs.h...
2002-02-27 Sebastien GioriaInitial effort for the translation of the -CURRENT...
2002-02-27 Crist J. ClarkChange the wording of the inline comments from the...
2002-02-27 Alfred PerlsteinMPsafe fixes:
2002-02-27 Seigo TanimuraReturn ESRCH if the target process is not inferior...
2002-02-27 Alfred PerlsteinDon't hardcode /sys when making tags, instead use ...
2002-02-27 Peter WemmRe-fix a pointer/integer warning.
2002-02-27 Peter WemmBack out all the pmap related stuff I've touched over...
2002-02-27 Julian ElischerFix warnings that have become fatal
2002-02-27 Julian Elischerturn on the ethertype filter module
2002-02-27 Gary JennejohnRemove a redundant decalaration of call_desc[] since...
2002-02-27 Alfred PerlsteinFirst rev at making pipe(2) pipe's MPsafe.
2002-02-27 Jake BurkholderMinimal testing has shown that a 4 page tsb is a nice...
2002-02-27 Jake BurkholderParameterize the number of pages to allocate for the...
2002-02-27 Jake BurkholderMake cpu_identify take the value of the ver register...
2002-02-27 Peter WemmBandaid for the Uniprocessor kernel exploding. This...
2002-02-27 Alfred PerlsteinMore IPV6 const fixes.
2002-02-27 Dima Dorfman<port>fish</port> -> <filename role="package">fish...
2002-02-27 Warner LoshUse the pci.c code wherever possible, rather than copyi...
2002-02-27 Dima DorfmanIntroduce a version field to `struct xucred' in place...
2002-02-27 Alfred Perlsteinclarify panic message
2002-02-27 Alfred PerlsteinFix warnings caused by discarding const.
2002-02-27 Julian ElischerRemove errors in LINT (now that they are fatal)
2002-02-27 Peter WemmJake further reduced IPI shootdowns on sparc64 in loops...
2002-02-27 Daniel O'CallaghanRemove problematic PHY_WRITE so that autoneg to 10...
2002-02-27 Alfred Perlsteinremove trailing semi-colons from macro definitions.
2002-02-27 Matthew Dillondidn't quite undo the last reversion. This gets it.
2002-02-27 Jake BurkholderMinor cleanup.
2002-02-27 Jake BurkholderWrap long lines.
2002-02-27 Jake BurkholderUse pcpu.pc_cpumask instead of computing 1 << cpuid.
next