summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate thatru2005-02-184-8/+12
* Swap the arguments for CP so we copy the correct source andps2005-02-181-4/+4
* Remove now unused 'int s' from spl().rwatson2005-02-181-1/+1
* De-spl kern_connect().rwatson2005-02-181-2/+0
* Correct a typo in the comment describing soreceive_rcvoob().rwatson2005-02-181-1/+1
* In soconnect(), when resetting so->so_error, the socket lock is notrwatson2005-02-181-2/+0
* Re-style do_setopt_accept_filter() to match uipc_accf.c style, and fixrwatson2005-02-181-8/+6
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-181-219/+160
* Move do_setopt_accept_filter() from uipc_socket.c to uipc_accf.c, whererwatson2005-02-183-126/+121
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-182-84/+118
* Minor style tweaks: line wrap comments and lines more consistently.rwatson2005-02-181-9/+9
* Re-order checks in socheckuid() so that we check all deny cases beforerwatson2005-02-181-3/+3
* - Implement osf1_emul_find() using kern_alternate_path(). This changesjhb2005-02-183-309/+113
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and usejhb2005-02-181-9/+14
* For the I/O port case, we need to set ok to 1 if we have what looksimp2005-02-181-8/+15
* Support high vectors for arm9.cognet2005-02-181-0/+2
* Silence witness warnings about duplicate pmap lock emitted sincemarius2005-02-181-1/+1
* Remove basically unused root_vp pointer in udfmount.rwatson2005-02-182-2/+0
* Make sure to drop the VI_LOCK in vgonel();phk2005-02-181-1/+3
* Run the netatalk netisrs without Giant.rwatson2005-02-181-4/+4
* Conditionalize cd9660 chattiness regarding the nature of the file systemrwatson2005-02-182-6/+14
* For non-embedded platforms, increase the size of the argument list.obrien2005-02-181-0/+4
* Fix a couple of u_int_foos that should have been uint_foos.wpaul2005-02-183-4/+4
* Make the Win64 -> ELF64 template a little smaller by using a stringwpaul2005-02-181-34/+21
* In solisten(), unconditionally set the SO_ACCEPTCONN option inrwatson2005-02-181-6/+4
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-185-23/+67
* Remove 2 (SACK) fields from the tcpcb. These are only used by aps2005-02-174-20/+13
* memspace is set to some value by masking off bits. When these bitsimp2005-02-171-4/+3
* Undoing recent changes to make 3ware's i386 tools work on amd64, since there arevkashyap2005-02-172-59/+0
* Check for the address space type first before validating it. In particular,njl2005-02-171-2/+6
* Fix the support for the ax88[17]90 to print the right type, ratherimp2005-02-171-27/+31
* In case of drive errors, don't close the associated consumer andle2005-02-171-10/+2
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.rwatson2005-02-172-0/+4
* In accept1(), extend coverage of the socket lock from just coveringrwatson2005-02-171-2/+2
* In sonewconn(), set the new socket's state to show the protocol-providedrwatson2005-02-172-2/+2
* Document the new default init_path.des2005-02-171-1/+1
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-176-44/+44
* Convert KASSERTS to VNASSERTSphk2005-02-171-22/+27
* Add /rescue/init to the default init_path, before /stand/sysinstall.des2005-02-172-2/+2
* Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970"yongari2005-02-171-1/+8
* The correct error value for not having enough storage is E2BIG, notnjl2005-02-172-2/+2
* Fix the check for acpi_perf(4) so that we verify if it is fully attachednjl2005-02-171-4/+14
* UltraSparc II[e,i] based systems come up with the tick compare registermarius2005-02-171-0/+6
* aic79xx.c:gibbs2005-02-162-5/+16
* Fix year in copyrights.pjd2005-02-162-2/+2
* Update copyright in files changed this year.pjd2005-02-168-8/+8
* Fix year in copyrights.pjd2005-02-162-2/+2
* Well, it seems that I pre-maturely removed the "All rights reserved"bmilekic2005-02-168-15/+15
* Remove redundant label.wpaul2005-02-161-1/+0
* Make UMA set the overloaded page->object back to kmem_object forbmilekic2005-02-161-8/+2
OpenPOWER on IntegriCloud