]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-10-16 ruInstall files with mode 444, as God intended.
2004-10-16 ruUtilize FILES and SYMLINKS.
2004-10-16 ruUtilize FILES and SYMLINKS, other simplifications.
2004-10-16 stefanfDocument that the length modifier l is ignored for...
2004-10-16 yarExplain it is a negative offset that EINVAL may indicate.
2004-10-16 yarImprove mdoc(7) markup.
2004-10-16 yarGive details on what will happen if the `offset' argument
2004-10-16 yarFix an ancient typo: `sc' usually equals `ns*nt', not...
2004-10-16 scottlIf a process needs to be swapped in, wakeup the swapper...
2004-10-16 obrienEnable building with LIBC_SCCS defined.
2004-10-16 obrienTry to bring some sanity to the SCM ID's.
2004-10-16 bruefferBump document date
2004-10-15 bruefferWe use /etc/pam.d/login nowadays
2004-10-15 gibbsSkip probe attempts for ISA PnP devices.
2004-10-15 trhodesUse .Xr in place of .I for Xref's.
2004-10-15 yarWe must not fall back to the old way (read-write)
2004-10-15 yarClean-up around sendfile(): drop an excessive check...
2004-10-15 yarAccount for the fact that sendfile(2) may hit the end...
2004-10-15 phkMake pty's always come up in echo mode.
2004-10-15 ruRemove a redundant "uname=root".
2004-10-15 ruOverdue removal of COMPAT* knobs.
2004-10-15 nyanMerged from sys/dev/sio/sio.c (Use generic tty code).
2004-10-15 impdocument host_start_mem.
2004-10-15 ruPolish the last change.
2004-10-15 delphijAdd Simplified Chinese translation for our release...
2004-10-15 njlRe-add an acpi attachment for the legacy probe that...
2004-10-15 njlRemove unused variable.
2004-10-15 njlRemove unused variable. Pointy hat candidate.
2004-10-15 samadd missing ';' that didn't show up with INVARIANTS...
2004-10-15 yongariPlug possible memory leak in sound DMA buffer handling...
2004-10-15 kanUse a taskqueue rather than an swi to handle deferred...
2004-10-15 kanThis commit was generated by cvs2svn to compensate...
2004-10-15 kanImport a patch from GCC PR c/16999 to stop quoting...
2004-10-15 samMove session state from on-card memory to host memory...
2004-10-15 impDocument hw.{pci,acpi}.host_start_mem
2004-10-14 njlLet nexus print our flags for us. Also, clean up an...
2004-10-14 njlPrint flags in the nexus for child devices.
2004-10-14 njlRemove local hacks to set flags now that the device...
2004-10-14 stefanfRemove extra closing parenthesis added in revision...
2004-10-14 pjdAdd a missing newline character.
2004-10-14 phkRemove unused ttys field.
2004-10-14 phkAdd missing chunk of code to enforce the lock-bits...
2004-10-14 njlUpdate flags patch for the !ISA case.
2004-10-14 phkAdd missing flag to userland_sysctl()
2004-10-14 phkFix echo in console mode.
2004-10-14 pjdEhh. Introduce a hack: Wait for 3 seconds, so GEOM...
2004-10-14 pjdOnly allow for unloading when there are no geoms in...
2004-10-14 trhodesRemove requirement on FreeBSD keyword.
2004-10-14 jmg/me gets the wrong patch out of the pr :(
2004-10-14 greenFix a spelling error in a panic string.
2004-10-14 simokawaFix warnings on non-i386 arch.
2004-10-13 keramidaAdd a regression test for floating-point output in...
2004-10-13 keramidaAdd the necessary magic to make the thousands separator...
2004-10-13 upsFix maybe_preempt_in_ksegrp for !SMP.
2004-10-13 jmgfix a bug where signal events didn't set the flags...
2004-10-13 schweikhPrint a usage message if a non-option is specified.
2004-10-13 ru- Utilize standard means for installing files and symlinks.
2004-10-13 sosRefine locking so it covers the "running" variable...
2004-10-13 leAdd device IDs for Intel ICH6.
2004-10-13 maxims/Oct /October/
2004-10-13 mtm1. Now that it's a thread's state is changed from withi...
2004-10-13 brueffer- D-Link DFE-500TX verified to work
2004-10-13 bmsRemove references to the second byte of a CCB containin...
2004-10-13 phkUse generic tty code instead of local copy.
2004-10-13 phkReflect sio driver device name change cuaa -> cuad
2004-10-13 phkUse generic tty code instead of local stuff.
2004-10-13 maximBump the date of the document.
2004-10-13 njlPrint before the footer, not after.
2004-10-13 njlIf flags are present, print them like ISA does.
2004-10-13 ruAccidentally removed the last component of the pathname...
2004-10-13 njlSet flags for devices before probing them. In the...
2004-10-13 phkFirst half of tty code rework: unifdef -D__FreeBSD_Ver...
2004-10-13 ruFix a botched rev. 1.221 commit. Also, a number of...
2004-10-13 yongariLimit DMA address space to 1GB since the trident audio...
2004-10-13 yongariAudio drivers failed to detect failure condition and...
2004-10-13 simokawaAdd dcons_os.{c,h}.
2004-10-13 simokawa- Split dcons core code and OS dependent code.
2004-10-13 yongarimdoc(7) police:
2004-10-13 greenPermit fcntl(F_SETFL) to work on a ugen(4) device by...
2004-10-13 greenBack out rev.1.91 which implemented bulk read transfers...
2004-10-12 emaxooops.. vkbd(4) should not have been committed
2004-10-12 emaxng_ubt(4) no longer provides device nodes interface...
2004-10-12 emaxGet rid of device nodes interface. It is useless and...
2004-10-12 phkUse generic tty code instead of local copies.
2004-10-12 jmgupdate document date
2004-10-12 phkDon't call driver close unless we have one.
2004-10-12 njlAttach the device description for ISA devices on the...
2004-10-12 phkAdd a couple of XXX comments and fix a couple of fine...
2004-10-12 phkRemove asserts which are not correct if the port is...
2004-10-12 phkMake !SMP kernels compile, and as far as I can tell...
2004-10-12 glebiusFix comment: since move from mballoc to mbuma, the...
2004-10-12 phkUse ttyconsolemode() to set the console tty modes.
2004-10-12 rwatsonDon't release the udbinfo lock until after the last...
2004-10-12 jhbWhitespace fix.
2004-10-12 desRemove hcsecd line which was inadvertantly included...
2004-10-12 desRemove a pointless syslogd_flags example.
2004-10-12 jhbRefine the turnstile and sleep queue interfaces just...
2004-10-12 jhbAdd a WITNESS_WARN() to uiomove() to whine if locks...
2004-10-12 rwatsonModify the thrilling "%D is using my IP address %s...
2004-10-12 rwatsonWhen the access control on creating raw sockets was...
next