summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add atomic_cmpset_acq_32.cognet2006-11-071-0/+1
* Add priv.h include required to build FAST_IPSEC, which is not present inrwatson2006-11-071-0/+1
* Fix the hanging chad if the NEW_TRAN_CODE change and change themjacob2006-11-071-2/+2
* Don't drop reference to tty in tty_close() if TS_ISOPEN is already cleared.tegge2006-11-061-7/+6
* Handle early errors in kern_sendfile() by introducing a new goto 'out'andre2006-11-061-9/+9
* Sometimes the vty switching has to be delayed; the vtyru2006-11-061-1/+1
* Add missing includes of priv.h.rwatson2006-11-062-0/+2
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-063-5/+19
* This changes tracks down the EEOR->NonEEOR mode failurerrs2006-11-061-56/+66
* Add stub entry point implementations of mpo_priv_check and mpo_priv_grant torwatson2006-11-061-0/+16
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-06167-737/+1367
* Add a new priv(9) kernel interface for checking the availability ofrwatson2006-11-0610-91/+941
* Added PCI ID's for:rink2006-11-061-0/+2
* Prevent freeing wild pointer when bailing out.takawata2006-11-061-1/+2
* Set up the context for the dbbe_trace callback in the ddb. Otherwise,kib2006-11-061-1/+14
* Change the type of ar_arg_sockaddr from struct sockaddr to structcsjp2006-11-062-3/+2
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0539-2798/+1269
* Fix possible leak when bridge is in monitor mode. Use m_freem() which willcsjp2006-11-051-1/+1
* Revert previous commit, and instead make the expression in rev. 1.2ru2006-11-051-1/+1
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-0511-73/+91
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-053-2/+20
* It seems to be safe to ignore 'file not locked' errorbp2006-11-051-0/+2
* Typo, 'from' vnode is locked here, not 'to' vnode.pjd2006-11-041-1/+1
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-047-21/+0
* Currently, we initialize "error" to zero when it's declared, thencsjp2006-11-041-2/+1
* When the packet is for the bridge then note which interface to send the replythompsa2006-11-041-0/+5
* Fix pointer arithmetic to be 64-bit friendly.ru2006-11-041-1/+1
* Remove bogus casts that Randall for some reason didn't borrowru2006-11-042-2/+2
* Doh! Actually commit checking against NULL for res.imp2006-11-041-5/+5
* Remove a bogus cast in an attempt to fix the tinderbox builds onjb2006-11-041-2/+2
* Backout the previous change. It was not intended to be part of thejb2006-11-041-6/+6
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-048-6/+27
* - map hardware trap numbers to those used by by sparc64 for inter-compatibilitykmacy2006-11-035-134/+203
* make pcb pad area accessible from asmkmacy2006-11-031-0/+2
* More 64 bit pointer fun.rrs2006-11-035-7/+7
* The relocation definitions are now defined in the machine independentjb2006-11-031-84/+0
* Remove no longer existing opt_bdg.h and opt_bge.h.ru2006-11-033-3/+3
* Regen.ru2006-11-034-43/+4
* Fix build breakage introduced in previous commit (redeclatationru2006-11-031-6/+6
* Fix two of the 64bit errors on the printfs.rrs2006-11-031-4/+2
* Nitpicking.ru2006-11-031-2/+2
* Somehow I missed this one. The sys/cdef.h was outrrs2006-11-031-1/+2
* This commits the remake in kern/ make sysent to getrrs2006-11-039-10/+61
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ Irrs2006-11-035-4/+6
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-0351-6/+54873
* MFp4:imp2006-11-031-43/+81
* Fix initialization sequence for consolekmacy2006-11-031-28/+32
* make sure physmem is initializedkmacy2006-11-031-5/+14
* Add a low level function to write a string to the hypervisorjb2006-11-032-0/+17
* Always init the console before trying to cnadd it tojb2006-11-031-2/+2
OpenPOWER on IntegriCloud