]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2000-11-19 krisFormat string paranoia
2000-11-19 krisDon't suggest people use getpid() to construct temporar...
2000-11-19 krisUpdate the documentation to describe the new mktemp...
2000-11-19 krisFix a buffer overflow from a long local hostname.
2000-11-19 krisDon't use sizeof() on a pointer when we really wanted...
2000-11-19 jake- Protect the callout wheel with a separate spin mutex...
2000-11-19 jwdCheck return code from login_tty. Allow getty to try...
2000-11-19 jwdAdd/fix the ability to split a file larger than 2 gigab...
2000-11-18 dillonImplement a low-memory deadlock solution.
2000-11-18 dillonAdd the splvm()'s suggested in PR 20609 to protect...
2000-11-18 dillon This patchset fixes a large number of file descript...
2000-11-18 benFix typo.
2000-11-18 benFix typos.
2000-11-18 benFix another typo.
2000-11-18 ruWhile in the SYNOPSIS section, Nm macro always required an
2000-11-18 rumdoc(7) police: fix errors uncovered by the new feature...
2000-11-18 dwmaloneFurther use of M_ZERO.
2000-11-18 dwmaloneAdd the use of M_ZERO to netgraph.
2000-11-18 rumdoc(7) police: now that Nm macro accepts punctuation...
2000-11-18 sosFix a braino ..
2000-11-18 cgdo not blindly assume 8khz is supported on open()....
2000-11-18 obrienMake the order of values prompted for with the "-i...
2000-11-18 bpUse vop_defaultop() instead of ntfs_bypass().
2000-11-18 jhbRelease sched_lock very briefly to give interrupts...
2000-11-17 teggeDon't attempt to cluster write buffers where the VMIO...
2000-11-17 desMake sure we don't cross stripe boundaries when revivin...
2000-11-17 mph"minute(s) period(s)" --> "minute(s)"
2000-11-17 obrienFix the `make -jX' (X>1) breakage.
2000-11-17 jake- Split the run queue and sleep queue linkage, so that...
2000-11-17 bmahReference security advisories FreeBSD-SA-00:{68,69...
2000-11-17 jhb- Change extra sanity checks in cpu_switch() to be...
2000-11-17 rumdoc(7) police: Nm is a must in the NAME section.
2000-11-17 ruReturn to the stock version of this file as local FreeB...
2000-11-17 rumdoc(7) police: eliminate warnings.
2000-11-17 ruFixed Nm macro so that it accepts punctuation character...
2000-11-17 rumdoc(7) police: use certified section headers wherever...
2000-11-17 benFix typos.
2000-11-17 msmithThe default kernel filename is "kernel" again, not...
2000-11-17 msmithAdd the 'gdt' and 'gdtd' devices for the ICP Vortex...
2000-11-16 brianGo back to populating data_len in struct ngpppoe_init_data.
2000-11-16 brianGo back to using data_len in struct ngpppoe_init_data...
2000-11-16 deischenFix a bug where a statically initialized condition...
2000-11-16 brianBe a bit more precise about what ``nat deny_incoming...
2000-11-16 jhbThe recent changes to msleep() and mawait() resulted...
2000-11-16 markoFix a couple of typos
2000-11-16 wpaulWhen checking the device code in the probe routine...
2000-11-16 deischenDelete 4 lines of misleading/incorrect comments.
2000-11-16 ruMake the question mark (`?') a valid punctuation character.
2000-11-16 archieAdd kernel option NETGRAPH_ONE2MANY.
2000-11-16 ruFix problem with extra space after an Xr, because aZ...
2000-11-16 impvx is now optional rather than taking a count. Reflect...
2000-11-16 rumdoc(7)ify.
2000-11-16 ruDescribe -deny_incoming better, highlight some keywords,
2000-11-16 benfix typo; compliment -> complement.
2000-11-16 benremove trailing fullstop from SEE ALSO.
2000-11-16 ruReplace a `dagger' sign with a `double dagger' one.
2000-11-16 sosPut the probe verboseness behind bootverbose
2000-11-16 archieNew netgraph node type ng_one2many(4).
2000-11-16 archieAdd ichsmb.4 to the list.
2000-11-16 jhbDon't release and acquire Giant in mi_switch(). Instea...
2000-11-16 gallatinremove redundant declaration of bsd_to_linux_sigset()
2000-11-16 gallatinfix glaring bugs in rt signals -- copyout the right...
2000-11-16 jhbArgh, add in a missing release of the sched_lock.
2000-11-16 jhbCURSIG() calls functions that acquire sleep mutexes...
2000-11-16 gallatinUse the linux_connect() on alpha rather than passing...
2000-11-16 gallatinmake the fcntl() flags match what the linux/alpha port...
2000-11-16 alfredinstall/build accf_* manpages
2000-11-15 alfredXref accf_http and accf_data
2000-11-15 alfredDocument the accf_data accept filter: "dataready"
2000-11-15 alfredDocument the accf_http accept filter "httpready".
2000-11-15 jhb- Rename await() to mawait(). mawait() is to await...
2000-11-15 jhb- Replace a KASSERT() that knew too much about mutex...
2000-11-15 jhb- Convert references from tsleep() -> msleep()
2000-11-15 jhb- Add a new macro DROP_GIANT_NOSWITCH() that is similar...
2000-11-15 jhbInclude the right headers to get the DDB #define and...
2000-11-15 jhb- Replace some instances of sched_ithd with sched_swi...
2000-11-15 obrienCorrect the Bintuils src path from the debugging versio...
2000-11-15 jhbAssert that Giant is not owned during the main loop...
2000-11-15 jhbDeclare the 'witness_spin_check' properly as a per...
2000-11-15 jhbDon't perform witness checks in witness_enter() during...
2000-11-15 jhbAdd the 'witness_spin_check' per-CPU variable.
2000-11-15 jhb- Don't acquire/release Giant during an interrupt conte...
2000-11-15 jhbMake ktr_verbose a bit more useful:
2000-11-15 obrienSync with sys/i386/conf/GENERIC rev 1.291.
2000-11-15 obrienUpgrade to Binutils 2.10.1.
2000-11-15 obriendyn-string.* moved to libiberty/ and include/.
2000-11-15 obrienMerge rev 1.2 into Binutils 2.10.1.
2000-11-15 obrienMerge conflicts. Adds revs 1.2 and 1.3 (FreeBSD config...
2000-11-15 obrienMerge rev 1.2 (FreeBSD configuration support) into...
2000-11-15 obrienMerge conflicts into Binutils 2.10.1.
2000-11-15 obrienWe use the stock version of this file now.
2000-11-15 obrienReturn to the vendor's version of this file as in rev...
2000-11-15 obrienWe use the stock version of this file now.
2000-11-15 obrienOnly define "ELF_DYNAMIC_INTERPRETER" if it isn't defin...
2000-11-15 obrienOnly define "ELF_DYNAMIC_INTERPRETER" if it isn't defin...
2000-11-15 obrienMerge our ELF branding into Binutils 2.10.1.
2000-11-15 obrienThis commit was generated by cvs2svn to compensate...
2000-11-15 obrienImport of GNU Binutils version 2.10.1.
2000-11-15 mckusickBug fix for revision 1.14 on the replacement of CIRCLEQ...
2000-11-15 jhbFix all the interrupt enabled/disabled assertions which...
next