summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not onlyrik2008-09-062-1/+7
* Small style(9) nit in <sys/termios.h>.ed2008-09-061-71/+71
* Make TIOCCONS use priv_check() instead of checking /dev/console permissions.ed2008-09-061-35/+8
* Read ethernet address from ID registers for RTL8102E/RTL8102EL asyongari2008-09-061-1/+2
* Turn some lame pseudo-code into a less lame comment.imp2008-09-051-8/+1
* Kill bogus #if 0'd stuff for interrupts. They don't happen, and thisimp2008-09-051-16/+0
* Kill vestiges of the special case code we once had in place for usbimp2008-09-051-12/+2
* Merge ath again (addition of wisoc files).rpaulo2008-09-053-0/+4829
|\
| * Flatten the vendor-sys/ath tree for future imports.rpaulo2008-08-2782-137923/+0
| * Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.rpaulo2008-08-271-1/+1
* | Kill bogus #if 1. There's no need for it since usb works these days.imp2008-09-051-2/+0
* | Be consistent about whether these multi-lined macros are separated byjulian2008-09-051-0/+2
* | Keep track of the active buffer on output. For the moment, panic ifimp2008-09-052-0/+5
* | Sort products numerically.imp2008-09-051-1/+1
* | Fix build.rpaulo2008-09-051-2/+2
* | Keep entries sorted.rpaulo2008-09-053-3/+3
* | Add a couple more Apple GPT entries and NetBSD GPT entries.rpaulo2008-09-051-0/+21
* | Include the vendor in the partition name.rpaulo2008-09-051-1/+1
* | Fix a small typo in a comment in calcru1().ed2008-09-051-1/+1
* | Correct a copy-paste error---do not look for REX prefixes in i386 code.jkoshy2008-09-051-2/+2
* | Merge fix for P4 expansion from vendor branch.rpaulo2008-09-051-1/+1
* | Detect Apple HFS GPT slices.rpaulo2008-09-053-1/+9
* | Add ZyXEL G-202weongyo2008-09-052-0/+2
* | Fix LOR between vnode lock and internal mqueue locks.davidxu2008-09-051-41/+72
* | Catch up after last insmntque() changes:pjd2008-09-053-0/+11
* | Remove the alignment of the align parameter. This is up to the caller to passthompsa2008-09-051-3/+1
* | Fix lock name conflict.davidxu2008-09-051-1/+1
* | Slightly reword comment and remove typos.keramida2008-09-051-3/+3
* | When determining whether we trapped while in the PROM don't onlymarius2008-09-041-0/+4
* | Use the PROM provided SUNW,set-trap-table to take over the trapmarius2008-09-043-0/+35
* | Ensure the caches have the desired configuration (see especiallymarius2008-09-042-0/+2
* | Flesh out MMU and cache handling of cheetah-class CPUs.marius2008-09-046-7/+171
* | The physical address space of cheetah-class CPUs has been extendedmarius2008-09-042-5/+17
* | Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u().marius2008-09-041-2/+10
* | style(9)obrien2008-09-041-49/+44
* | Implement pts(4) packet mode.ed2008-09-043-28/+117
* | Fix an awful bug inside our COMPAT_43TTY code.ed2008-09-042-12/+15
* | Unbreak the build.des2008-09-041-2/+2
* | Recognize 88E1116R phy variation. This part is found on some embedded devices.raj2008-09-042-0/+2
* | If the process id specified is invalid, the system call returns ESRCHkevlo2008-09-042-12/+12
* | Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA.mav2008-09-042-0/+2
* | Additionally clear the STICK bit in the SOFTINT register whenmarius2008-09-031-1/+1
* | Replace a line matching /^ $/ with one matching /^$/.brooks2008-09-031-1/+1
* | New file missed vimagification.julian2008-09-031-1/+2
* | - Fix amd64 local privilege escalation. [08:07]simon2008-09-032-1/+11
* | Reflect license change of NetBSD code.delphij2008-09-037-56/+7
* | Catch up with the move from mips32/.obrien2008-09-035-5/+7
* | Catch up with the move from mips32/.obrien2008-09-032-2/+2
* | Style(9).obrien2008-09-032-23/+23
* | Add Marko's pipe node.julian2008-09-032-0/+1226
OpenPOWER on IntegriCloud