Remove ipw(4) manpage
[dragonfly.git] / sys / sys /
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-16 Sepherosa ZiehauAdd ASSERT_NOT_SERIALIZED
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-10 Hasso TepperRemove #ifndef __cplusplus around wchar related stuff...
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-03-05 Sepherosa ZiehauAdd serializer port backend. Implementation is mainly...
2008-03-05 Sepherosa ZiehauAdd serialize_sleep(), which will atomically release...
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2008-02-23 Sascha WildnerFinally, re-add an #endif I removed. :)
2008-02-23 Sascha WildnerRevert my previous two commits. Varsym prototypes are...
2008-02-22 Sascha WildnerFix typo from previous commit.
2008-02-22 Sascha WildnerAdd prototypes for the varsym system calls.
2008-02-21 Hasso TepperAdd _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN varia...
2008-02-12 Simon SchubertAdd O_SYNC, a SUSv3 alias for O_FSYNC (well, roughly).
2008-02-12 Matthew DillonOops, drop head's version back one for head (it was...
2008-02-12 Matthew DillonRelease Engineering on HEAD.
2008-02-12 Matthew DillonBump to 1.11.1 prior to 1.12 branch and update the...
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-06 Nicolas Therylinker_file_add_dependancy() never fails so change...
2008-02-06 Matthew DillonHAMMER 26/many: More NFS support work, rename fixes
2008-02-05 Matthew Dillon* Implement a mountctl() op for setting export control...
2008-02-05 Matthew DillonHAMMER 25/many: Pruning code
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-30 Chris TurnerAdd '-l' support to vnconfig(8) and supporting VNGET...
2008-01-28 Nicolas TheryFix spurious "softdep_deallocate_dependencies: dangling...
2008-01-24 Nuno AntunesIn __cursignb, always return FALSE if there is no signa...
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-12 Nuno Antunespoll.h header should define the nfds_t type as required...
2008-01-10 Nicolas TheryAdd pselect syscall.
2008-01-10 Sepherosa Ziehau- Add additional parameter to firmware_image_load(...
2008-01-10 Matthew DillonFix buffer cache deadlocks by splitting dirty buffers...
2008-01-09 Sascha WildnerRemove a lot of old, mummified code whose sole purpose...
2008-01-07 Simon SchubertRename RB_STATIC_* to RB_*_STATIC to match up with...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2008-01-04 Matthias SchmidtMove the following entries from kern to security
2008-01-01 Matthias SchmidtEnclose O_ROOTCRED in _KERNEL_STRUCTURES. This is...
2007-12-31 Sascha WildnerAdd 2008 to our copyrights. Happy new year!
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-12-29 Sascha WildnerRemove the xrpu driver as FreeBSD did ~1 month ago.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-19 Sepherosa ZiehauGeneralize PF_MBUF_GENERATED mbuf firewall flag
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-12-15 Sascha WildnerRemove definition and documentation of EI_BRAND which...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-12-12 Matthew DillonSynchronize most of the remaining FreeBSD changes for...
2007-12-11 Walter SheetsImporting some newer defines for elf to fix build of...
2007-12-06 Matthew DillonAdd clarifying comments for LWP_WSTOP and LWP_WEXIT.
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-02 Sepherosa Ziehau- Increase m_flags' size, we have already short of...
2007-11-25 Peter AvalosUse symbolic constants instead of "4".
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-25 Sascha WildnerAdjust acpi.c and bios.c to use kfreeenv()/ktestenv...
2007-11-24 Sascha WildnerRemove old prototypes of consinit() (which was removed...
2007-11-24 Peter AvalosDo not +1 with MAXPATHLEN.
2007-11-24 Peter AvalosConst'ify the CDB format string passed to the CDB parsi...
2007-11-22 Peter AvalosMark some functions as __printflike().
2007-11-20 Matthew DillonBreak out the scan info structure's support routines...
2007-11-20 Matthew DillonAdd vop_helper_create_uid() - roughly taken from UFS...
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-11-20 Matthew DillonAdd a helper function vop_helper_setattr_flags() modele...
2007-11-18 Peter AvalosRewrite of the CAM error recovery code.
2007-11-18 Sepherosa ZiehauAdd a new light weight function to synchronize IPI...
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-16 Sepherosa ZiehauCPU localize dummynet(4) step 1/2
2007-11-14 Sascha Wildner* Remove the remains of the obsolete timeout()/untimeou...
2007-11-07 Matthew DillonSeparate ssb_lock() and ssb_unlock() into its own heade...
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-06 Matthew DillonAdd regetblk() - reacquire a buffer lock. The buffer...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-02 Matthew DillonBreak-out the standard UNIX uid/gid tests for VOP_ACCES...
2007-11-02 Matthew DillonModify struct vattr:
2007-11-01 Matthew DillonAdd a HAMMER kernel build option, add a VFS type for...
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-16 Sepherosa ZiehauFix possible races between calling systimer callback...
2007-10-14 Sepherosa Ziehau- Pull NetBSD David Young's bitops.h into sys/sys,...
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-10-09 Matthew DillonAdd syslink_vfs.h for userfs, defining the syslink...
2007-10-09 Matthew DillonAdjust RB_PROTOTYPEX to match RB_GENERATE_XLOOKUP....
2007-10-09 Matthew DillonAdd a typedef for uuid_t for kernel compiles. One...
2007-10-09 Matthew DillonIndicate that alist_free() calls do not have to supply...
2007-10-03 Matthew Dillonlibiconv was declaring a base kobj_class structure...
2007-10-02 Hasso TepperHardware sensors framework originally developed in...
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-23 Hasso TepperRemove terminating semicolons from SYSCTL_ADD_* macros...
2007-09-12 Hasso TepperUpdate the agp(4) code to the latest one from FreeBSD...
2007-09-12 Hasso TepperAdd bus_alloc_resources() and bus_release_resources...
next