]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
X-ref clock_gettime(2).
[FreeBSD/FreeBSD.git] / sys /
2002-11-02 Robert WatsonSync to src/sys/kern/syscalls.master
2002-11-02 Robert WatsonRegen from yesterday's system call placeholder rename.
2002-11-02 Warner LoshMFp4:
2002-11-02 Alan CoxCatch up with the removal of the vm page buckets spin...
2002-11-02 Alan CoxRemove the vm page buckets mutex. As of revision 1...
2002-11-02 Warner LoshMFp4:
2002-11-02 Warner LoshUse 0xffffffff instead of -1 for id to compare against.
2002-11-02 Peter WemmUnbreak MNT_UPDATE when running with cd as root. Detec...
2002-11-02 Maxime HenrionFix some warnings on 64 bit architectures. The vn_exta...
2002-11-02 Marcel MoolenaarRemove the GEOM_GPT hack. We now check for partition...
2002-11-02 Marcel MoolenaarFix dumpconf so libdisk can grok its output. We weren...
2002-11-02 Poul-Henning Kampmalloc(9) with M_NOWAIT seems to return NULL a lot...
2002-11-02 Jonathan MiniFix indentation of comments.
2002-11-02 Marcel Moolenaarbzero() the sigframe before we fill it. This was not...
2002-11-02 Jonathan MiniAdd loader variables to control the loading of various...
2002-11-02 Alan CoxRevert the change in revision 1.77 of kern/uipc_socket2...
2002-11-02 Matthew N. DoddMerge PC98 changes.
2002-11-02 Julian ElischerThe easy part of converting the ng_source node to ...
2002-11-02 Julian ElischerWhitespace fixes
2002-11-01 Julian Elischerifnet_addrs doesn;t exist any more so use
2002-11-01 Kelly YanceyUpdate the st_size reported via stat(2) to accurately...
2002-11-01 Kelly YanceyTrack the number of non-data chararacters stored in...
2002-11-01 Robert WatsonRename __execve_mac() to __mac_execve() for increased...
2002-11-01 Robert WatsonAdd MAC checks for various kenv() operations: dump...
2002-11-01 Poul-Henning KampIntroduce malloc_last_fail() which returns the number...
2002-11-01 Poul-Henning KampIntroduce a "time_uptime" global variable which holds...
2002-11-01 Poul-Henning KampMake this compile in the userland shims again.
2002-11-01 Poul-Henning KampAdd KASSERT for bio_cmd validity here as well. Various...
2002-11-01 Poul-Henning KampPut a KASSERT in specfs::strategy() to check that the...
2002-11-01 Doug RabsonBump version to account for the presence of pthread_XXX...
2002-11-01 Poul-Henning KampMake this compilable from userland as well.
2002-11-01 Jeff Roberson - Enable the use of UMA_MD_PAGE_ALLOC on alpha.
2002-11-01 Ian DowseSpecify the correct protocol for the Olympus C-1 camera...
2002-11-01 Jeff Roberson - Add support for machine dependant page allocation...
2002-11-01 Jeff Roberson - Add a new flag to vm_page_alloc, VM_ALLOC_NOOBJ...
2002-10-31 Jeff Roberson - Consistently update snd_wl1, snd_wl2, and rcv_up...
2002-10-31 Julian ElischerAdd the netgraph 'source' module.
2002-10-31 Jeff Roberson - Introduce a new macro, since that's what nfs loves...
2002-10-31 Poul-Henning KampSpruce up bootverbose output a bit.
2002-10-31 Mitsuru IWASAKIDon't examine ACPI_STA_ENABLE bit of device's_STA objec...
2002-10-31 Mitsuru IWASAKIInterpret new loader tunable "hw.acpi.verbose" to turn
2002-10-31 John BaldwinAdd an isp(4) module. sbus support is only compiled...
2002-10-31 Hajimu UMEMOTOplugged memory leakage in some erroneous cases
2002-10-31 John BaldwinAdd a module for mpt(4).
2002-10-31 Mitsuru IWASAKIInvoke 3 ACPI task threads as default if option ACPI_MA...
2002-10-31 Eric MooreIncorrect typecast.
2002-10-31 Yoshihiro TakahashiEnable GEOM by default.
2002-10-31 David XuKSE-enabled processes only.
2002-10-31 Yoshihiro TakahashiRename the speaker device for pc98 to 'pcspeaker'.
2002-10-31 Yoshihiro TakahashiMFi386: revision 1.55.
2002-10-31 Peter WemmAdd tunable "hw.eisa_slots" to allow overriding the...
2002-10-30 Poul-Henning KampChange the kkey generation cherry-picker to use MD5.
2002-10-30 Eric Mooreamr.c,
2002-10-30 Ian DowseSave and restore the interrupt Edge/Level Control Regis...
2002-10-30 Ian DowseRevision 1.136 introduced two features that may cause...
2002-10-30 Robert WatsonMove to C99 sparse structure initialization for the...
2002-10-30 Robert WatsonVarious minor type, prototype tweaks -- clean up cruft...
2002-10-30 Robert WatsonWhile 'mode_t' seemed like a good idea for the access...
2002-10-30 Jeffrey HsuDon't need to check if SO_OOBINLINE is defined.
2002-10-30 Marcel MoolenaarDon't pass the return address to exception_save in...
2002-10-30 Marcel MoolenaarRewrite cpu_switch(). The most notable change is the...
2002-10-30 David XuCheck NULL thread mailbox pointer.
2002-10-30 David XuStyle fixes.
2002-10-30 David XuDon't forget to set syscall result.
2002-10-30 David XuAdd an actual implementation of kse_thr_interrupt()
2002-10-30 Andrew GallatinRemove extranious memory barriers, and correct the...
2002-10-30 Andrew GallatinMake the second serial port available for general use...
2002-10-30 Ian DowseCheck for errors and zero-length transfers in the ulpt_...
2002-10-30 Robert WatsonTry again to fix the KASSERT.
2002-10-30 Robert WatsonFix a KASSERT bug that showed up only in the LINT build...
2002-10-29 Robert WatsonMinor comment typo fix.
2002-10-29 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-29 Robert WatsonHook up no-op stubs for reboot, swapon, sysctl entry...
2002-10-29 Robert WatsonImplement Biba policy entry points for mac_check_system...
2002-10-29 Robert WatsonRequire Biba privilege to relabel a network interface.
2002-10-29 Julian ElischerFinally get around to committing Bill Paul's FEC netgra...
2002-10-29 John BaldwinAdd a missing newline to the end of a device_printf().
2002-10-29 Warner LoshDon't take out the rl_mtx lock in the attach routine...
2002-10-29 Bill FennerRenumber IPPROTO_DIVERT out of the range of valid IP...
2002-10-29 David MaloneThe syscall names are string constants, so make them...
2002-10-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-29 Maxim KonovalovLower a priority of "session drop" messages.
2002-10-29 Poul-Henning KampDuh. #ifdef CTASSERT so we don't break user-land software.
2002-10-29 Semen UstimenkoFix winChkName() to match when the last slot contains...
2002-10-29 Semen UstimenkoRemove unnecessary <sys/malloc.h> include.
2002-10-28 Poul-Henning KampPut a CTASSERT on the size of struct sun_disklabel.
2002-10-28 Poul-Henning KampAdd the remaning part of the new libdisk interaction.
2002-10-28 Poul-Henning KampAdd support for the new libdisk interaction.
2002-10-28 Robert WatsonTrim extraneous #else and #endif MAC comments per style(9).
2002-10-28 Robert WatsonCorrect a typo in a previously commented include entry...
2002-10-28 Robert WatsonRemove all reference to 'struct oldmac', since it's...
2002-10-28 Robert WatsonAdd a return type for mac_biba_high_single(), apparentl...
2002-10-28 Robert WatsonRename mac_biba_subject_equal_ok() to mac_biba_subject_...
2002-10-28 Robert WatsonZero the trusted_interface buffer before starting parsing.
2002-10-28 Robert WatsonAn inappropriate ASSERT slipped in during the recent...
2002-10-28 Scott LongReduce namespace pollution to userland.
2002-10-28 Poul-Henning KampFix a bug in the cherry-picker kkey generator routine.
2002-10-28 Poul-Henning KampAdd more compatibility junk.
2002-10-28 David XuClose a race window in kse_create(): signal delivered...
2002-10-28 Matthew N. DoddHandle hints for the atspeaker device.
next