]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-03-18 Max KhonGenerate opt_inet.h.
2004-03-18 Ruslan ErmilovMore cleanups:
2004-03-18 Pawel Jakub... Move "is consumer attached?" check before G_VALID_PROVI...
2004-03-18 David E. O... Configure as --enable-64-bit-bfd.
2004-03-18 Dag-Erling... Braino in previous commit.
2004-03-18 Bruce EvansRemoved a vestige of the stl driver.
2004-03-18 David E. O... Document machdep.hlt_cpus.
2004-03-18 Nate LawsonBack out code for auto-gdb detection that accidentally...
2004-03-18 Nate LawsonSupport the DPF (start dependent function) resource...
2004-03-18 Garance A DrosehnFix 'ps -p proclist' and 'ps -u userlist' so the comman...
2004-03-18 Maxim SobolevRegen after 1.169 of usbdevs.
2004-03-18 Maxim SobolevAdd support for Crystalfontz CFA-632, CFA-633 and CFA...
2004-03-18 David E. O... Mention the user account for 'pf' is "proxy".
2004-03-18 David E. O... Cleanup hints, given that no hammer machine have (nor...
2004-03-17 Alan CoxRevise socow_iodone() in light of recent sf_buf changes...
2004-03-17 Garance A DrosehnImprovements to 'ps -p <x>'. If <x> is a process id...
2004-03-17 Brian FeldmanEliminate bogus usage of WI_RSSI_TO_DBM(). Not only...
2004-03-17 Nate LawsonFix border error to allow systems that specify 100...
2004-03-17 John-Mark Gurneysync comment with i386's isa.c.. This removes a commen...
2004-03-17 Max LaierStyle(9) round for the pf kernel parts. Mostly #if...
2004-03-17 Pawel Jakub... Add a comment with an explanation why we don't report...
2004-03-17 Ruslan ErmilovNULL -> 0.
2004-03-17 Ruslan ErmilovNULL -> 0.
2004-03-17 Ruslan ErmilovFixed a warning.
2004-03-17 John Baldwin- Replace wait1() with a kern_wait() function that...
2004-03-17 John-Mark Gurneyremove stale comment since these limits have been incre...
2004-03-17 David E. O... I accidently spammed rev. 1.18, back out rev 1.19.
2004-03-17 Pawel Jakub... Don't report EPIPE errors on nfs sockets. These can...
2004-03-17 Nate LawsonConvert callers to the new bus_alloc_resource_any(9...
2004-03-17 Jacques VidrineResolve conflicts after import of OpenSSL 0.9.7d.
2004-03-17 Nate LawsonAdd bus_alloc_resource_any(9), which does bus_alloc_res...
2004-03-17 Jacques VidrineUpdate manual pages for OpenSSL 0.9.7d.
2004-03-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-17 Jacques VidrineVendor import of OpenSSL 0.9.7d.
2004-03-17 Christian BruefferFix typo
2004-03-17 Christian Brueffero Start sentences on new lines
2004-03-17 Christian BruefferLanguage cleanup
2004-03-17 Christian BruefferLanguage cleanup
2004-03-17 Pawel Jakub... Fix information leakage.
2004-03-17 Robert WatsonMake ddp_ports static, as it's not used outside of...
2004-03-17 Tim J. RobbinsUpdate list of macros defined in <stdio.h>.
2004-03-17 Tim J. RobbinsRe-add description of putc() macro (back out rev. 1...
2004-03-17 Tim J. RobbinsRe-add text that says getc() is a macro (back out rev...
2004-03-17 Jacques VidrineCorrect a denial-of-service vulnerability in OpenSSL...
2004-03-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-17 Ceri DaviesCorrect a grammatical error.
2004-03-17 Ruslan ErmilovImproved incorrect usage diagnostics.
2004-03-17 Ruslan ErmilovTrust bsd.prog.mk to set SRCS correctly.
2004-03-17 Ruslan ErmilovGC unnecessary include file.
2004-03-17 Colin PercivalAdjust the number of processes waiting on a semaphore...
2004-03-17 Yoshihiro TakahashiMove the _arlconfig define in the existing i386 section.
2004-03-17 David E. O... This commit was generated by cvs2svn to compensate...
2004-03-17 David E. O... Avoid the whole -I${DESTDIR}/usr/include/gnu issue...
2004-03-17 David E. O... Adjust $FreeBSD$'s.
2004-03-17 David XuFix a POSIX conformance bug. POSIX says sigwait should...
2004-03-17 Garance A DrosehnAdd a tip for people who are using database-related...
2004-03-17 Tim J. RobbinsRe-add macro versions of getc(), getchar(), putc()...
2004-03-17 Robert WatsonRemove tun_proc; replace with tun_pid. tun_proc pointe...
2004-03-17 Robert WatsonAdd tap_mtx to tap_softc in order to protect per-softc...
2004-03-16 Max KhonImplement "arlconfig arlX quality".
2004-03-16 Hiroki SatoNew release note:
2004-03-16 Alexander KabaevAvoid doing bawrite to initialize inode block while...
2004-03-16 Dag-Erling... Run through indent(1) so I can read the code without...
2004-03-16 Max KhonFix copyrights and mandoc markup.
2004-03-16 Dag-Erling... Use void * instead of char * to avoid violating C99...
2004-03-16 Dag-Erling... Use unions to avoid violating C99 strict aliasing rules.
2004-03-16 Thierry ThomasApproved by: mat (mentor).
2004-03-16 Maxime HenrionAdd explicit dependency on "ether", since we use ether_...
2004-03-16 Alan CoxRefactor the existing machine-dependent sf_buf_free...
2004-03-16 John BaldwinRemove a bogus assertion and readd it in a more correct...
2004-03-16 Jens SchweikhardtAdded entries for 90 columns russian VGA modes.
2004-03-16 David E. O... Fix $FreeBSD$ ids.
2004-03-16 John BaldwinChange libdisk and sysinstall to use d_addr_t rather...
2004-03-16 Søren SchmidtUpdate the SiS support to distinguish older southbridge...
2004-03-16 Hiroki SatoNew release note:
2004-03-16 Mike Makonneno Add an -S option to not attempt to ascertain the...
2004-03-16 Poul-Henning... Remove dangling raidctl reference
2004-03-16 Peter GrehanAdd powerpc to temporary fix. The new cpu device claims all
2004-03-16 Tim J. RobbinsRefer to "wide characters" instead of "wide-characters".
2004-03-16 Yoshihiro TakahashiThe arlconfig is needed on i386 only.
2004-03-16 Yoshihiro TakahashiMove the arl to i386 only.
2004-03-16 Yoshihiro TakahashiDon't use the pcic polling.
2004-03-16 Scott LongRemove the RAIDframe manual page
2004-03-16 Scott LongRemove the RAIDframe userland tool.
2004-03-16 Scott LongRemove the module reference for RAIDframe
2004-03-16 Scott LongRemove RAIDFrame. It hasn't worked since GEOM replaced...
2004-03-16 Dag-Erling... Given the impact of CFLAGS and COPTFLAGS on the build...
2004-03-16 Dag-Erling... Whitespace nit.
2004-03-16 Tim J. RobbinsSort MLINKS.
2004-03-16 David MaloneNudge Giant as far as I can into kern_open(). Mark...
2004-03-16 David MaloneGet ready to mark open, creat and nosys as MPSAFE.
2004-03-16 Tim J. RobbinsAdd fairly minimal documentation for the nmount() syscall.
2004-03-16 Tim J. RobbinsUse vfs_nmount() to mount linprocfs filesystems in...
2004-03-16 Tim J. RobbinsMake vfs_nmount() public. The Linux emulator needs...
2004-03-16 Tim J. RobbinsCorrect size argument passed to copyinstr() in linux_mo...
2004-03-16 Colin PercivalFix memory leak
2004-03-16 Don LewisRename the wiredlen member of struct sysctl_req to...
2004-03-16 Hiroki SatoNew release note:
2004-03-16 Don LewisDon't bother calling vslock() and vsunlock() if oldlen...
2004-03-16 Dag-Erling... Set TZ to UTC so dates in the history file will match...
next