summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Due to a gcc bug, it doesn't like local variables with names like 'sin'.harti2003-07-251-3/+3
* Make ilmid WARNS=6 clean. The problem were a couple of unused functionharti2003-07-252-14/+14
* Remove __aligned(16) from the definition of struct _ia64_fpreg. It'smarcel2003-07-252-132/+133
* Remove INVARIANT* and WITNESS. This makes the simulator much moremarcel2003-07-251-3/+0
* Ready to go live.des2003-07-254-0/+4
* Set the interface type of the network interfaces to IFT_IPOVERATM(114).harti2003-07-251-1/+1
* Hand the packet to bpf not only in the LLC/SNAP case, but for allharti2003-07-252-13/+13
* Make the debugging variable that controls printing of UNI messagesharti2003-07-255-15/+29
* Move ia64_pa_access() from machdep.c to mem.c and declare it static.marcel2003-07-252-6/+6
* Make the example "too large" message in the manual match the updated onemckay2003-07-251-1/+1
* Align upcall stack top to odd times of 8. GCC accounts return addressdavidxu2003-07-251-0/+1
* Disable the single-step trap on a debug related trap, including ofmarcel2003-07-251-0/+2
* Move the mlx driver back into the kernel so that the drivers floppy doesn'tscottl2003-07-251-1/+0
* Print group name in getfacl output when calculating an effectiverwatson2003-07-241-2/+3
* Hide more crypto from being crunched at release time.markm2003-07-241-1/+1
* Turn on the extended syntax, which TCP_wrappers has by default, asmarkm2003-07-242-2/+2
* Remove GCC-specific debugging option.markm2003-07-241-1/+1
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-249-11/+9
* Missing quotes around a variable. In this case we are onlymtm2003-07-241-1/+1
* Don't lint(1) so early in the build. Its OK to keep this for themarkm2003-07-241-1/+2
* Forced commit.markm2003-07-240-0/+0
* Get the correct set of cryptographically-infected binariesmarkm2003-07-241-7/+11
* Make sure that a "make release" (more accurately the bit that makesmarkm2003-07-243-0/+6
* The POSIX spec also requires that kern_sigtimedwait returnmtm2003-07-241-1/+1
* Make the debugging variable that controls dumping of IP over ATM packetsharti2003-07-244-10/+19
* Create a sysctl that allows to enable/disable printing of SPANS messages.harti2003-07-243-17/+15
* Replaced the hardcoded target names in the touch(1) commands withru2003-07-241-15/+15
* Free the UNI vcc to the same zone from where it was allocated from.harti2003-07-242-3/+3
* Now that we have if_detach() don't try to get rid of all the interfaceharti2003-07-241-95/+5
* Complain about extraneous command line arguments.des2003-07-241-0/+3
* Create a subtree 'harp' of the net sysctl tree. This uses a fixedharti2003-07-243-3/+31
* Forced commit for the MFC.harti2003-07-240-0/+0
* Constify the arguments to several pdu_print functions.harti2003-07-249-33/+18
* Implement cpu_set_upcall and cpu_set_upcall_kse.davidxu2003-07-241-0/+68
* Set fault address to si_addr.davidxu2003-07-241-0/+3
* Add BPF support to HARP network interfaces. This allows one to seeharti2003-07-243-0/+37
* Implement _get_curthread and _set_curthread. We use GCCs builtinmarcel2003-07-241-1/+6
* Implement casuptr().marcel2003-07-242-7/+29
* In get_mcontext() and set_mcontext() save and restore the currentmarcel2003-07-241-3/+15
* Fix rescue build using -j. The problem appears to be make not being ablegordon2003-07-241-2/+3
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both aremarcel2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointermarcel2003-07-241-1/+2
* Ensure that for the cryptographic instances of *telnet*, the "crypto"markm2003-07-243-0/+3
* Connect ncplist, ncplogin, and smbutil to the amd64 build.peter2003-07-241-0/+6
* Add mount_nwfs/mount_smbfs to the build for amd64.peter2003-07-241-0/+2
* Connect libncp/libsmb to the build. They compile, but have a couple ofpeter2003-07-241-0/+5
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-243-4/+5
* Build /sbin/gpt on amd64 for good luck as well.peter2003-07-241-1/+2
* Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64.peter2003-07-241-1/+11
* Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f'peter2003-07-241-1/+4
OpenPOWER on IntegriCloud