summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Xref redzone(9)brueffer2006-01-311-2/+3
* Allow root in the host environment to open ptys within jailed environments.csjp2006-01-311-1/+1
* sys/linker.h needs sys/systm.h as a requirement.mlaier2006-01-311-0/+1
* Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from theyar2006-01-311-2/+5
* Remove unused argument.pjd2006-01-311-3/+2
* This commit was generated by cvs2svn to compensate for changes in r155094,harti2006-01-311-1/+3
|\
| * Vendor patch: prevent a core dump when the trace option is not followedharti2006-01-311-1/+3
* | Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedmarius2006-01-3111-0/+4374
* | make sure that the start and end preloaded MFS markers areluigi2006-01-311-4/+14
* | o lsi64854_enet_intr():marius2006-01-312-32/+31
* | Add simple tests which verify that redzone(9) works properly.pjd2006-01-314-0/+167
* | Add buffer corruption protection (RedZone) for kernel's malloc(9).pjd2006-01-318-1/+375
* | Add missing 's' suffix on alternate rendition of time.phk2006-01-311-1/+1
* | Fix a malloc overrun in 32-bit compat libmap lookup code.peter2006-01-311-6/+4
* | Don't set time to current, if set to specific time failsache2006-01-311-0/+1
* | Does not return EBUSY, the mutex will keep blocking until it's unlocked.trhodes2006-01-311-4/+0
* | Tell the user exactly where the problem was.pjd2006-01-301-5/+5
* | Use pidfile(3).pjd2006-01-303-12/+35
* | Allow to specify only one disk. This is helpful when we want to extendpjd2006-01-303-8/+19
* | Fix typo which cased that 64kB elements limit was not set properly andpjd2006-01-301-1/+1
* | Revert the part of rev. 1.3 which enabled the chaining of the DMA enginemarius2006-01-301-21/+1
* | Add manual page for Cronyx Tau-PCI/32 ce(4) driver.rik2006-01-301-0/+115
* | Fix forward variable declaration.rik2006-01-301-61/+68
* | Add support for Cronyx TAU-PCI/32 ce(4).rik2006-01-301-16/+68
* | - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-303-0/+13
* | Regroup order of operations to better reflect what was probably intended.scottl2006-01-301-3/+3
* | Make df output more consistent:matteo2006-01-301-1/+1
* | Fix a leftover "iwi_boot" string.mlaier2006-01-301-1/+1
* | Enable splitting up the MFSROOT floppy on amd64, the contents now overflowkensmith2006-01-301-0/+1
* | Recognize new VLAN_HWCSUM flag.glebius2006-01-301-1/+2
* | This driver can do hardware VLAN tagging + checksum offloading.glebius2006-01-302-3/+5
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-309-130/+512
* | Do address assignment/removal operations after callbacks.yar2006-01-301-7/+6
* | Prepare for sconfig(8) update.rik2006-01-301-4/+74
* | Add more details about enabling a custom ruleset for /dev in `rc.conf',keramida2006-01-301-1/+27
* | Make df output in periodic mail human readablematteo2006-01-301-1/+1
* | Move pts master devices into /dev/pty/ instead of littering /dev with them;rwatson2006-01-301-2/+2
* | Fix typo.glebius2006-01-301-1/+1
* | Avoid triggering autovivification of %config entries, which would result indes2006-01-301-4/+8
* | Remove accidental debug leftovers.sos2006-01-301-1/+0
* | Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-304-25/+26
* | Instead of printing several pieces with .Sy just enclose the 'Note' blockharti2006-01-301-4/+6
* | - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-302-3/+6
* | - Remove a stale comment. This function was rewritten to be SMP safe somejeff2006-01-301-6/+0
* | - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* | - Add a comment warning about an anomalous condition where we VOP_UNLOCKjeff2006-01-301-0/+1
* | - Lock access to vrele() with VFS_LOCK_GIANT() rather than mtx_lock(&Giant).jeff2006-01-302-4/+10
* | Note support for the A4D and A6VM models.brueffer2006-01-301-1/+5
* | Add support for Asus A4D laptops. Currently without display switchingphilip2006-01-291-0/+12
* | Add support for Asus A6VM laptops.philip2006-01-291-0/+12
OpenPOWER on IntegriCloud