Age | Commit message (Expand) | Author |
2008-09-19 | system/5918: fix clearing of ITIMER_VIRTUAL and ITIMER_PROF it_interval | Damien Miller |
2008-09-19 | adjust for MAXINTERP crank, pointed out by dkrause@ | Damien Miller |
2008-09-19 | Perform the mvme197 latency timer reprogramming in the boot blocks, in | Miod Vallat |
2008-09-19 | documentation tweaks; synchronize synopsis and usage. | Igor Sobrado |
2008-09-19 | Fix a bunch of problems and races with posix file locking. | Artur Grabowski |
2008-09-19 | AES with keysize != 128 bit is not supported in hardware, so we need | Markus Friedl |
2008-09-19 | Merge printb() fix from ifconfig.c -r 1.157: | Marco Pfatschbacher |
2008-09-19 | typo | Pierre-Yves Ritschard |
2008-09-19 | fix some cause of bad TEXTREL on i386 and amd64 | Otto Moerbeek |
2008-09-19 | increase MAXINTERP from 64 to 128 and allow a little extra room on top | Damien Miller |
2008-09-19 | While vaguely interesting, the prints coming out of the driver was way too | Dale Rahn |
2008-09-19 | miod pointed out that some items were multiply defined (patched into | Dale Rahn |
2008-09-18 | sync | Todd T. Fries |
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian Weisgerber |
2008-09-18 | Rework the drm locking to be at least halfway sane. The freebsd code | Owain Ainsworth |
2008-09-18 | unbreak for gcc2 archs; declaration before code! | Todd T. Fries |
2008-09-18 | add -A to SYNOPSIS; | Jason McIntyre |
2008-09-18 | remove unused variable | Charles Longeau |
2008-09-18 | fix potential use of uninitialized value | Charles Longeau |
2008-09-18 | document -A and include in usage | Otto Moerbeek |
2008-09-18 | Add a flag to print amap usage. | Artur Grabowski |
2008-09-18 | Redesign of the powerpc interrupt architecture, use true levels intead of | Dale Rahn |
2008-09-17 | Solve m_free problem with a not correctly configured pflow interface | Joerg Goltermann |
2008-09-17 | fix whitespaces | Joerg Goltermann |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-17 | Also update the NVIDIA PCI id for the i386 copy of this code. | Brad Smith |
2008-09-17 | catch up with renamed Nvidia PCI ID | Christian Weisgerber |
2008-09-17 | - when merging a file, add a key to see a diff between the merged file | Antoine Jacoutot |
2008-09-17 | Remove the unsupported media types explicitly listed in the switch cases | Brad Smith |
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter |
2008-09-17 | Update for renaming of ATI IXP to SB. | Brad Smith |
2008-09-17 | ATI IXPx00 -> SBx00 | Brad Smith |
2008-09-17 | Update for renamed ATI PCI ids. | Brad Smith |
2008-09-17 | regen | Brad Smith |
2008-09-17 | rev 1.1369 changed the SB200 entries to use the IXPx00 naming scheme | Brad Smith |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-17 | regen | Brad Smith |
2008-09-17 | - Fix a typo, Rebotics -> Robotics | Brad Smith |
2008-09-17 | regen | Brad Smith |
2008-09-17 | Remove some duplicate NVIDIA entries and touch up some of the names | Brad Smith |
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing |
2008-09-17 | Unbreak com@ioc probing. | Joel Sing |
2008-09-16 | remove d_cbrt, dcbrt, d_sqrt. ok millert@ | Martynas Venckus |
2008-09-16 | typo: is -> if. ok millert@ | Martynas Venckus |
2008-09-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |
2008-09-16 | remove another dead store. | Charles Longeau |
2008-09-16 | Terminate printing of auxilliary vector upon reaching the first AT_NULL. | Mark Kettenis |
2008-09-16 | Make this compile if !MULTIPROCESSOR. | Brad Smith |
2008-09-16 | Add support for reading ELF auxilliary vectors. | Mark Kettenis |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |