summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Module build infrastructure for the NgATM SAA layer.harti2003-10-244-1/+47
* Netgraph part of the NgATM signalling AA layer. These nodes canharti2003-10-248-0/+2715
* Backswards is as backwards does: If we're MPSAFE, then we don't needimp2003-10-241-2/+2
* Remove unused header. See also ia64/disasm/disasm.h.marcel2003-10-241-1178/+0
* style.ume2003-10-241-1/+1
* Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are notmarcel2003-10-241-25/+0
* Remove unused file. db_disasm() has been implemented in db_interface.cmarcel2003-10-242-2910/+0
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingalc2003-10-244-12/+14
* Implement db_disasm() by using the new disassembler. Temporarilymarcel2003-10-241-60/+79
* Reduce the number of tcp time_wait structs to maxsockets / 5; this ensuressilby2003-10-242-2/+2
* Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoidarun2003-10-241-2/+1
* oops, EAI_NONAME is not EAINONAME.ume2003-10-241-1/+1
* Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEpeter2003-10-241-1/+4
* Don't use fuword() or suword() unconditionally. They explicitlymarcel2003-10-241-4/+21
* Remove two unused fields in the operand structure (o_read & o_write).marcel2003-10-241-2/+0
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-2436-1217/+1320
* o restructure initialization code so data structures are setupsam2003-10-241-22/+34
* check return result from rtalloc1 before invoking RTUNLOCKsam2003-10-231-1/+2
* Writes to p_flag in __setugid() no longer need Giant.jhb2003-10-231-4/+0
* Move the P_COWINPROGRESS flag from being a per-process p_flag to being ajhb2003-10-234-18/+17
* Add appropriate const poisoning to the assert_*locked() family so that I canwollman2003-10-232-15/+15
* Add simple support for AGP 3.0 including enabling 8x mode. The simplejhb2003-10-233-31/+239
* workaround to have backward compatibility for EAI_NODATA.ume2003-10-231-0/+1
* Remove unnecessary casts to (caddr_t) for if_broadcastaddr.imp2003-10-231-3/+3
* Use a switch statement on the devid instead of if-else for determing whichjhb2003-10-232-12/+36
* Remove unnecessary (caddr_t) casts of if_broadcastaddr.imp2003-10-231-2/+2
* - styleume2003-10-231-145/+131
* Const poison crc routines (why these aren't centralized, I'm not sure).imp2003-10-232-18/+18
* Const poison the crc calcuation routines so const data can be sent toimp2003-10-231-3/+3
* Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT.brooks2003-10-231-4/+3
* oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.ume2003-10-231-0/+6
* Fix several old bugs which got worse over time:trhodes2003-10-233-9/+10
* Merge from p4 (noticed these changes with DES' if_ethersubr.c changes causedimp2003-10-231-3/+3
* Mdoc Janitor:hmp2003-10-231-1/+1
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-233-19/+6
* Print the correct ICMP statistics for "no return routes".ru2003-10-231-1/+1
* preparation for RFC3493. EAI_NODATA was deprecated.ume2003-10-231-0/+2
* Clean up whitespace, remove "register" keyword, ANSIfy.des2003-10-232-134/+76
* 0x7FFFFFFFFF is >32 bits and needs an explicit LL.des2003-10-232-2/+2
* Plug a memory leak in the PAM child process. It is of no great consequencedes2003-10-231-0/+8
* Connect fabsl.c to the build.des2003-10-231-0/+2
* Add prototypes for all long double functions in C99. Leave them alldes2003-10-231-0/+67
* Implement fabsl(3), allowing the world to build with -fno-builtin.des2003-10-231-0/+37
* Cleanup. Remove the md_flags for threads. It's not used. The flagsmarcel2003-10-231-35/+21
* Reimplement unaligned_fixup() using the new disassembler and amarcel2003-10-231-582/+136
* Mdoc Janitor:hmp2003-10-2346-47/+47
* Remove unused include of <machine/inst.h>marcel2003-10-231-1/+0
* Remove prototype of unaligned_fixup() and fix a nearby style(9)marcel2003-10-231-3/+1
* Add prototypes for spillfd() and unaligned_fixup().marcel2003-10-231-0/+2
OpenPOWER on IntegriCloud