]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Set WARNS=2 for the module build of ACPI.
[FreeBSD/FreeBSD.git] / sys / sys /
2004-07-01 marcelFix build: forward declare struct tty before defining...
2004-06-30 tjrThis commit was generated by cvs2svn to compensate...
2004-06-30 phkDefine the tty methods as typedefs.
2004-06-30 impHide struct resource and struct rman. You must define
2004-06-28 jhbRemove the signal_caught argument from sleepq_timedwait...
2004-06-28 jhbAdjust the priorities of software interrupts. Bump...
2004-06-27 rwatsonAnnotate so_gencnt field of struct socket locked by...
2004-06-26 marcelAllocate TIDs in thread_init() and deallocate them...
2004-06-26 mbrThis commit was generated by cvs2svn to compensate...
2004-06-26 phkPick the hotchar out of the tty structure instead of...
2004-06-26 phkFix line discipline switching issues: If opening a...
2004-06-25 marcelAdd type definitions for prgregset_t and psaddr_t....
2004-06-25 phkRetire the TIOC_REMOTE ioctl.
2004-06-25 phkMake the relationship between modem control bits and...
2004-06-25 phkAdd two new methods to struct tty: One for manipulatin...
2004-06-25 marcelThis commit was generated by cvs2svn to compensate...
2004-06-24 phkUse the correct names for modem control signals as...
2004-06-24 phkAdd a tty-independent include file for definitions...
2004-06-24 rwatsonAnnotate so_error as being used for simple assignment...
2004-06-24 rwatsonIntroduce a temporary mutex, mac_ifnet_mtx, to lock...
2004-06-24 rwatsonAnnotate which SB_ constants are for sb_flags fields.
2004-06-24 rwatsonProtect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv...
2004-06-24 rwatsonIntroduce sbreserve_locked(), which asserts the socket...
2004-06-23 phkSince we grew struct xtty, t_dev doesn't have to be...
2004-06-22 phkRemove the TIOCDCDTIMESTAMP option.
2004-06-22 brooksBump FreeBSD_version for if_clone overhaul.
2004-06-22 obrienAdjust the system endian and a.out headers to be more...
2004-06-22 rwatsonRegenerate after updating syscalls.master.
2004-06-22 rwatsonRebuild following marking link() as MPSAFE.
2004-06-21 phkPut the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
2004-06-21 darrenrThis commit was generated by cvs2svn to compensate...
2004-06-21 gadUse the correct type (lwpid_t) for ki_tid .
2004-06-21 rwatsonMerge next step in socket buffer locking:
2004-06-20 gadChange the architecture-based setting of KINFO_PROC_SIZ...
2004-06-20 rwatsonInclude an annotation of NET_{LOCK,UNLOCK}_GIANT()...
2004-06-20 rwatsonAnnotate so_state as locked with SOCK_LOCK(so).
2004-06-20 marcelThis commit was generated by cvs2svn to compensate...
2004-06-20 stefanfThis commit was generated by cvs2svn to compensate...
2004-06-19 marcelDefine __lwpid_t as an int32_t in <sys/_types.h> and...
2004-06-19 bdeInclude <sys/_lock.h>'s prerequisite <sys/queue.h>...
2004-06-19 gadAdd some more fields to the 'struct kinfo_proc', includ...
2004-06-19 gadDefine a KERN_PROC_GID option for kvm_getprocs().
2004-06-19 phkAdd the f_vnode pointer to struct xfile, shortly it...
2004-06-18 phkRemove nested include of <sys/module.h>
2004-06-17 kbyancBumb version so apps can detect whether CLOCK_VIRTUAL...
2004-06-17 phkSecond half of the dev_t cleanup.
2004-06-16 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-16 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-16 mlaierPrepare for pf 3.5 import:
2004-06-16 phkI am not quite sure what broke compiling LINT:mcount...
2004-06-16 phkDo the dreaded s/dev_t/struct cdev */
2004-06-16 obrienThis commit was generated by cvs2svn to compensate...
2004-06-16 julianNice, is a property of a process as a whole..
2004-06-15 rwatsonFill in locking annotation for additional socket fields:
2004-06-14 rwatsonRemove unneeded '-' from comment header; this comment...
2004-06-14 bmsAdd prototypes for the userland gmon support functions...
2004-06-14 jdpChange the return value of sema_timedwait() so it retur...
2004-06-14 rwatsonThe socket field so_state is used to hold a variety...
2004-06-14 bdeFixed some style bugs:
2004-06-14 ruThis commit was generated by cvs2svn to compensate...
2004-06-13 dasMake this header a little bit more XSI-compliant:
2004-06-13 dasAdd __fixpt_t to _types.h, and typedef __fixpt_t fixpt_...
2004-06-13 mlaierBump __FreeBSD_version for ALTQ. Also put some notes...
2004-06-13 rwatsonSocket MAC labels so_label and so_peerlabel are now...
2004-06-12 rwatsonMove #ifdef _KERNEL higher in socketvar.h to cover...
2004-06-12 rwatsonExtend coverage of SOCK_LOCK(so) to include so_count...
2004-06-12 rwatsonWhitespace-only restyling of socket reference count...
2004-06-12 rwatsonIntroduce a mutex into struct sockbuf, sb_mtx, which...
2004-06-12 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-11 rwatsonUse tabs instead of spaces between #define and macro...
2004-06-11 phkMake this look less dubious :-)
2004-06-11 phkDeorbit COMPAT_SUNOS.
2004-06-10 peterThis commit was generated by cvs2svn to compensate...
2004-06-09 phkReference count struct tty.
2004-06-09 phkMove PTY private defines into PTY private files.
2004-06-09 rwatsonIntroduce a netisr to deliver kernel-generated routing...
2004-06-08 tjrRemove remnants of PGINPROF.
2004-06-07 phkMake linesw[] an array of pointers to linedesc instead...
2004-06-06 phkRemove filename+line number from panic messages.
2004-06-05 bdeFixed some style bugs.
2004-06-05 tjrChange the types of vn_rdwr_inchunks()'s len and aresid...
2004-06-04 phkCentralize the line discipline optimization determinati...
2004-06-04 phkIt is probably too early to drop the dev_t argument...
2004-06-04 phkMove the line discipline related stuff out of <sys...
2004-06-04 desAdd a devclass level to the dev sysctl tree, in order...
2004-06-04 desWhitespace cleanup.
2004-06-04 phkMake the remaining serial drivers call ttyioctl() rathe...
2004-06-04 phkGet rid of ttyregister(). All drivers now use ttymallo...
2004-06-04 rwatsonMark sun_noname as const since it's immutable. Update...
2004-06-04 alcMove the definitions of SWAPBLK_NONE and SWAPBLK_MASK...
2004-06-03 tjrMove TDF_DEADLKTREAT into td_pflags (and rename it...
2004-06-02 tjrMove TDF_SA from td_flags to td_pflags (and rename...
2004-06-02 rwatsonIntegrate accept locking from rwatson_netperf, introduc...
2004-06-01 joergAdd SVR4-compatible VTOC-style elements to the Sun...
2004-06-01 rwatsonReplace current locking comments for struct socket...
2004-06-01 phkIntroduce a ttyioctl() cdevsw default function.
2004-06-01 phkshift the four cdevsw functions for ttys to sys/conf...
2004-06-01 truckmanWhitespace correction - #define should be followed...
2004-06-01 rwatsonThe SS_COMP and SS_INCOMP flags in the so_state field...
2004-06-01 truckmanAdd MSG_NBIO flag option to soreceive() and sosend...
next