]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r103423,
[FreeBSD/FreeBSD.git] / sys /
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Poul-Henning KampAdd a cast to make this file compile in userland on...
2002-09-16 Boris PopovReserve a transport parameter name and number for Darwin.
2002-09-16 Boris PopovImplement support for mixed case passwords.
2002-09-16 Boris PopovAdd support for large readx and writex functions if...
2002-09-16 Bruce EvansInclude include "opt_atalk.h" so that the NETATALK...
2002-09-16 Boris PopovEnable browsing of NetApp servers (use ascii mode).
2002-09-16 Søren SchmidtFix the clockprobe test on the Sil 680
2002-09-16 Boris PopovAdd more constants for future use in kernel and userland.
2002-09-16 Yoshihiro TakahashiDon't build unneeded modules for pc98.
2002-09-16 Yoshihiro TakahashiMerged from sys/isa/fd.c revisions 1.234, 1.235 and...
2002-09-16 Yoshihiro TakahashiMFi386: revision 1.178.
2002-09-16 Yoshihiro TakahashiMFi386: revisions 1.417 and 1.418.
2002-09-16 Yoshihiro TakahashiMerged from sys/dev/sio/sio.c revision 1.378.
2002-09-16 Yoshihiro TakahashiMerged from sys/isa/syscons_isa.c revision 1.18.
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-16 Peter Grehangeom_aes.c requires rijndael crypto
2002-09-16 Garrett WollmanReformat an overly-wide comment.
2002-09-16 Thomas Moestlfcntl(..., F_SETLKW, ...) takes a pointer to a struct...
2002-09-15 Julian ElischerAllocate KSEs and KSEGRPs separatly and remove them...
2002-09-15 Josef KarthauserDeprecate the USB_SETDEBUG IOCTL as debug levels can...
2002-09-15 Bruce EvansGarbage-collected __ELF__ ifdefs.
2002-09-15 Bruce EvansDon't use the ELF symbol type to summarily reject symbo...
2002-09-15 Bruce EvansMade this work on i386's at least. It wants ELF sectio...
2002-09-15 Poul-Henning KampSuitably shrink a comment so it applies again.
2002-09-15 Bruce EvansMade this compile (but not work). This involved mainly...
2002-09-15 Mike BarcroftmakeLINT.sed replaced makeLINT.sh about 4 months ago.
2002-09-15 Poul-Henning Kamps/Danglish/English/
2002-09-15 Bruce EvansRemoved unused includes. Sorted includes. This is...
2002-09-15 Bruce EvansGarbage-collected splmem.
2002-09-15 Bruce EvansRemoved most namespace pollution in this header: don...
2002-09-15 David MaloneSome BIOSs are using MTRR values that are only document...
2002-09-15 Bruce EvansDefine __LONG_LONG_SUPPORTED if the compiler claims...
2002-09-15 Bruce EvansInclude <sys/systm.h> instead of depending on namespace...
2002-09-15 Poul-Henning KampRemove the unused _bio_buf field. I can't even remembe...
2002-09-15 Eric AnholtFix i810 after i830 commit.
2002-09-15 Bruce EvansFixed breakage from removing the used include of <sys...
2002-09-15 Juli MallettMake a comment reflect less of a lie, NOCPU is used...
2002-09-14 Poul-Henning KampUn-inline the non-trivial "trivial" bio* functions.
2002-09-14 Warner LoshAdd additional information returned to userland by...
2002-09-14 Poul-Henning Kampremove #includes of <sys/bio.h> where not needed.
2002-09-14 Poul-Henning KampFreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.
2002-09-14 Nate LawsonMove setugidsafety() call outside of process lock....
2002-09-14 Thomas MoestlUse the definitions in machine/fsr.h instead of duplica...
2002-09-14 Thomas MoestlClean up a bit, and add some more macros to access...
2002-09-14 Scott Longkthread.h is not needed
2002-09-14 Maxime HenrionRemove a conditional #include <sys/kernel.h>, it is...
2002-09-14 Nate LawsonRemove all use of vnode->v_tag, replacing with appropri...
2002-09-14 Benno RiceReference the socket we're accepting.
2002-09-14 Julian ElischerApparently something down in the guts of vm/uvm still...
2002-09-14 Matt JacobPut firewire under architectures it actually might...
2002-09-14 Archie CobbsRelax checking of incoming PPTP GRE packets a bit:...
2002-09-13 Peter WemmThe nfsroot code should be conditional on NFSCLIENT...
2002-09-13 Mike Barcroftmlockall() and munlockall() are unimplemented; remove...
2002-09-13 Warner LoshFor boot verbose, print resources assigned in a more...
2002-09-13 Thomas MoestlFix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN...
2002-09-13 Katsushi KobayashiAdd firewire module
2002-09-13 Katsushi KobayashiInitial import for IEEE1394 OHCI chipdet device driver...
2002-09-13 Poul-Henning Kamp"Fix" printf format issues by using %j
2002-09-13 Poul-Henning KampUse biowait() rather than DIY.
2002-09-13 Poul-Henning KampFix a bug were a struct bio was freed and certain membe...
2002-09-13 Poul-Henning KampOops, broke the build there. Uninline biodone() now...
2002-09-13 Poul-Henning KampMake biodone() default to wakeup() on the struct bio...
2002-09-13 Poul-Henning KampAdd a couple more of the big/little-endian conversion...
2002-09-13 Maxime HenrionFix another two printf() format errors which weren...
2002-09-13 Don LewisDrop the proc lock while calling fdcheckstd() which...
2002-09-13 Maxime HenrionFix another printf() format error which wasn't warned...
2002-09-13 Maxime HenrionFix a printf() format error on 64 bits architectures.
2002-09-13 Maxim SobolevRestore original behaviour of recursion preventer.
2002-09-13 Eric AnholtFix an i830/i845 test that shouldn't get hit in normal...
2002-09-12 John BaldwinAdd a blank line to make this more consistent with...
2002-09-12 Joerg WunschPass the physical instead of the logical block number in
2002-09-12 David E. O'BrienFix the GENERIC build. Don't refer to the non-existant...
2002-09-12 Søren SchmidtAdd preliminary mostly untested support for the Silicon...
2002-09-12 Thomas QuinotChange a couple of splcam() calls that do not make...
2002-09-12 Søren SchmidtRearrange where to get the ATAPI magic sequence.
2002-09-12 Søren SchmidtWait for drive to become ready if its in progress of...
2002-09-12 Søren SchmidtDont hang in atprq on poll_dsc command.
2002-09-12 Bruce EvansFixed style bugs in resource_list_add_next().
2002-09-12 Andrew R. Reiter- Fix two obvious locking bugs; 1) returning with lock...
2002-09-12 Eric AnholtAdd AGP support for Intel i830M and i845 thanks to...
2002-09-12 Luigi RizzoMake bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.
2002-09-11 Doug AmbriskoOnly probe one PHY on the D-Link 580 version of the...
2002-09-11 John Baldwin- Change utrace ktrace events to malloc the work buffer...
2002-09-11 John BaldwinRemove support for synchronous ktrace requests now...
2002-09-11 John Baldwin- Change ktrace genio events to only copy up to ktr_gen...
2002-09-11 John Baldwin- Add a kern.ktrace sysctl node.
2002-09-11 John BaldwinChange namei and syscall ktrace events to malloc work...
2002-09-11 Peter WemmSomebody forgot to turn out the lights.
2002-09-11 Peter WemmSometime after binutils-2.9 (ie: ages ago), the handlin...
2002-09-11 Julian ElischerIndentation does not make a block.. need curly braces...
2002-09-11 Peter WemmI completely fubared this. An empty EXPORT_SYMS= is...
2002-09-11 Robert WatsonWhitespace consistency fix from addition of IAHD_REG_PR...
2002-09-11 Poul-Henning KampIt's bad enough people can't figure out to use the...
2002-09-11 Julian Elischercorrect another spammage.. sorry bruce.. not exactly...
next