]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-12-26 wpaulBack out the last batch of changes until I have a chanc...
2003-12-26 bdeMerged from sys/dev/sio/sio.c revision 1.417.
2003-12-26 greenDon't call the miniport driver's releasepacket function...
2003-12-25 dwmaloneIn socket(2) we only need Giant around the call to...
2003-12-25 dwmaloneDon't TAILQ_INIT kq_head twice, once is enough.
2003-12-25 dwmaloneWhen calculating the sequence number to use in an ip6fw...
2003-12-25 babkinAdded support for intelligent handling of DST transitio...
2003-12-25 phkVastly improve performance of IRQ handling on stopped...
2003-12-25 wpaulGive the timer API one last overhaul: this time, use...
2003-12-25 sosTry to simplify the SiS probe. If SiS stays with the...
2003-12-25 ruDon't add CWARNFLAGS to CFLAGS here, they were already...
2003-12-25 bdeFixed another 0 (actually '\0') vs / NULL mixup. This...
2003-12-25 bdeQuick fix for LINT breakage caused by interface changes...
2003-12-25 wpaul- In ndis_intr(), don't do any interrupt processing...
2003-12-25 wpaulAvoid using any of the ndis_packet/ndis_packet_private...
2003-12-25 dwmaloneRemove an unused variable.
2003-12-25 samNULL fallout
2003-12-25 silbyFix another 0 / NULL mixup.
2003-12-25 wpaul- Add stubs for Ndis*File() functions
2003-12-24 wpaul- Fix some compiler warnings in subr_pe.c
2003-12-24 gshapiroEnable IPv6 by default but make it optional so it doesn...
2003-12-24 marcelDon't use NULL with integral types.
2003-12-24 alfredregen (after removal of restrict)
2003-12-24 alfredWe're not ready for restrict qualifiers here.
2003-12-24 alfredfix warnings. NULL -> 0
2003-12-24 alfredNULL -> 0
2003-12-24 alfredAdd restrict qualifiers. (docs)
2003-12-24 alfredregen
2003-12-24 alfredNULL -> 0 where appropriate.
2003-12-24 alfredAdd restrict qualifiers.
2003-12-24 alfredchange NULL to 0 to silence warning.
2003-12-24 umeNULL is not 0.
2003-12-24 samcorrect bridge_version: replace unexpanded RCS keywords...
2003-12-24 rwatsonDocument that when we are addressing an open()/close...
2003-12-24 maximo Legitimate -f (force) flags for -p (preprocessor...
2003-12-24 simokawaFix reference to firewire(4).
2003-12-24 ruProperly spell make binary as ${MAKE}.
2003-12-24 acheProperly advance "x/y/z" form slash-pointers in some...
2003-12-24 silbyMake systat -net aware of compressed time_wait sockets.
2003-12-24 peterReturn AE_OK for stub functions returning ACPI_STATUS...
2003-12-24 peterFix 0 / NULL mixup (this module isn't in LINT!)
2003-12-24 bdeFixed breakage of a check for boolean true by misusing...
2003-12-24 njlMove the acpi module down a directory. This will allow...
2003-12-24 impMinor whitespace changes to conform better to stlye...
2003-12-24 peterGC the unused <machine/kse.h> file.
2003-12-24 peterGC unused 'syshide' override to /dev/null. This was...
2003-12-24 peterRegen (should be NOP except for rcsid)
2003-12-24 peterGC unused namespc column and un-wrap some longer lines...
2003-12-24 peterOops, remove references to namespc column in comment...
2003-12-24 peterRegen. (This should have been a NOP except it hasn...
2003-12-24 peterGC namespc column and unwrap long lines that now fit.
2003-12-24 peterRegen. This should have been a NOP, but its not been...
2003-12-24 peterGC OBE namespc column and un-wrap longer lines that...
2003-12-23 njlFix locking broken by recent _CID changes. Always...
2003-12-23 trhodesBack out previous commit due to incorrect content.
2003-12-23 wpaulSet up the interrupt earlier in ndis_attach(), because...
2003-12-23 wpaulCorrect the definitions for NDIS_80211_NET_INFRA_IBSS and
2003-12-23 njlUpdate to use the new package routines instead of rolli...
2003-12-23 njlRemove the device_t parameter from package routines...
2003-12-23 wpaulCorrect a typo in the text.
2003-12-23 trhodess/disklabel/bsdlabel
2003-12-23 trhodesDocument many of the missing posix.1b options.
2003-12-23 wpaulMake the NDIS driver depend on the wlan module now...
2003-12-23 trhodesAdd the MegaRAID 320-4X cards to the supported device...
2003-12-23 schweikhFix a case of undefined behavior due to overlapping...
2003-12-23 seFix a few more places where NULL was used instead of 0.
2003-12-23 ruI didn't notice it right away, but check the right...
2003-12-23 alfredI asked Bosko Milekic for help with 'peak' reporting...
2003-12-23 alfredIntroduce mp_maxcpus which can be used by libkvm utils...
2003-12-23 ruFix a problem introduced in revision 1.84: m_pullup...
2003-12-23 alfredRestore old netstat -m output.
2003-12-23 phkPrevent withering of the provider we're orphaning from...
2003-12-23 umeCatch a few places where NULL (pointer) was used where...
2003-12-23 trhodes/etc/rc.serial -> /etc/rc.d/serial.
2003-12-23 wpaulRe-do the handling of ndis_buffers. The NDIS_BUFFER...
2003-12-23 peterRegen (should be a NOP except for rcsid)
2003-12-23 peterGC unused namespc column.
2003-12-23 peterRegen (should be a NOP except for rcsid changes)
2003-12-23 peterGC unused third namespace column.
2003-12-23 peterGC unused namespace column. Unwrap some long lines...
2003-12-23 peterRegen - this should be essentially a NOP, except for...
2003-12-23 peterRemove namespc column and attempt to un-fold some of...
2003-12-23 peterRemove the namespace column from the syscalls tables...
2003-12-23 peterRegen
2003-12-23 peterfreebsd32_fstat(2) is now MPSAFE
2003-12-23 peterRather than screw around with the (unsafe) stackgap...
2003-12-23 peterRegen
2003-12-23 peterEliminate stackgap usage for the (woefully incomplete...
2003-12-23 peterForced commit; previous commit also included:
2003-12-23 peterAdd an additional field to the elf brandinfo structure...
2003-12-23 peterAdd a reminder note about removing the amd64 test here...
2003-12-23 peterCatch a few places where NULL (pointer) was used where...
2003-12-23 peterDon peril sensitive sunglasses and set NULL to an actua...
2003-12-23 peterDon't use NULL (pointer) when we're testing for a count...
2003-12-23 peterDon't use NULL (pointer) when we mean 0 (integer) for...
2003-12-22 trhodesRemove the Minolta item, it already exists in the uscan...
2003-12-22 trhodesUpdate the supported device list.
2003-12-22 emaxFix a couple of stylistic issues
2003-12-22 simonAdd Epson Perfection 1250 and Minolta 5400 to the list...
2003-12-22 sanpeiresort device list
next