summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fsck_msdosfs: accept no-op -C option for compatibilty with fsckavg2009-06-102-4/+10
* For the case where another thread was doing a connect and thatrmacklem2009-06-101-2/+2
* Change a few members of tcpcb that store cached copies of ticks to be intsjhb2009-06-103-8/+8
* Make the demo/stress tools build again, after my changes to param().ed2009-06-102-2/+2
* Small cleanups to the jail script:ed2009-06-101-4/+3
* These are no longer referenced in the tree, so can be safely removed.imp2009-06-101-13/+0
* Fix an LORcokane2009-06-101-6/+0
* Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, sinceimp2009-06-101-2/+1
* Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for theimp2009-06-101-3/+1
* Eliminate devclass_find_free_unit call here, since -1 gives the sameimp2009-06-101-1/+1
* Do not leak the state->ls_lock after VI_DOOMED check introducedkib2009-06-101-0/+1
* For cd9660_ioctl, check for recycled vnode after locking it.kib2009-06-101-0/+4
* In the old-style jail command line, explicitly set parameters from thejamie2009-06-101-2/+39
* SCTP needs either IPv4 or IPv6 as lower layer[1].bz2009-06-102-4/+12
* Add a missing error statistic, the number of FCS errors on receive.gnn2009-06-101-0/+1
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-104-4/+4
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-105-5/+5
* Remove unused VOP_IOCTL and VOP_KQFILTER implementations for fifofs.kib2009-06-101-40/+2
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data maykib2009-06-103-14/+49
* Preallocate the four BARs in ALI SATA controllers during the chipinitjhb2009-06-101-12/+31
* Regeneratekib2009-06-104-16/+22
* Add several syscall compat32 entries for extattr manipulation syscalls,kib2009-06-101-6/+20
* ip_gif_ttl/GIF_TTL are only used by the inet part in in_gif.c,bz2009-06-101-0/+2
* Get the gdb/psim emulator functioning again.grehan2009-06-103-8/+30
* add ca_AD, ca_FR and ca_IT localesedwin2009-06-108-29/+77
* Attempt to fix parallel build.ariff2009-06-101-3/+9
* All consumers of in_cksum.h have been properly #ifdefed already,bz2009-06-101-0/+2
* in ip_dn_ctl(), do not allocate a large structure on the stack,luigi2009-06-101-9/+11
* Remove the "The option TCPDEBUG requires option INET." requirement.bz2009-06-101-4/+6
* small simplifications to the code in charge of reaping deleted rules:luigi2009-06-101-16/+13
* Prevent integer overflow in direct pipe write code from circumventingcperciva2009-06-103-18/+25
* Put the variable declarations for TCPDEBUG under #ifdef INET as well.bz2009-06-101-0/+2
* The llentry *lle is only used in cases of INET or INET6.bz2009-06-104-4/+13
* Move all sound related scripts to its own 'sound' subdir.ariff2009-06-106-18/+18
* Oops, fix directory name.yongari2009-06-101-1/+1
* Move machine dependant AFMT_* definition from sound.hariff2009-06-102-36/+29
* Marvell 88W8363 driver and associated firmwaresam2009-06-103-0/+242
* iwn does not require a license acksam2009-06-101-22/+1
* Fix typo.yongari2009-06-101-1/+1
* Add alc(4) man page and hook up ale(4) to the build.yongari2009-06-105-3/+169
* Add alc(4) to the list of supported network interface.yongari2009-06-101-0/+1
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetyongari2009-06-1010-0/+4732
* As far as I can tell systems that have less than 4GB are more often hurtkmacy2009-06-102-0/+19
* Controller will dma SCB command status for a given command andyongari2009-06-101-13/+14
* We can actually remove devclass_find_driver.imp2009-06-101-21/+0
* These are no longer public, so remove the man page.imp2009-06-092-61/+0
* As discussed on arch@, restireimp2009-06-092-8/+4
* ja_JP: AM/PM date format should be localized.edwin2009-06-092-8/+4
* Fix LC_NUMERIC and LC_MONETARY for de_CH localeedwin2009-06-093-8/+21
* Fix some overflow errors: a signed allocation and an insufficiantjamie2009-06-091-4/+12
OpenPOWER on IntegriCloud