summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-18Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian
capabilities.
2000-08-18Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian
capabilities.
2000-08-18Warn that the ``alias'' command is depricated.brian
We still process it for now though.
2000-08-17pcibios tells us everything, no bios_pciinfoMichael Shalayeff
2000-08-17see also pcibios(4)Michael Shalayeff
2000-08-17do the save_errno thing, but other races still exist in hereTheo de Raadt
2000-08-17make interface optional, and provide a good defaultTheo de Raadt
2000-08-17cleanTheo de Raadt
2000-08-17use destination lengths when trimming the output packet (cut and pasto)Jason Wright
2000-08-17xref port instead of webpageJakob Schlyter
2000-08-17pcibios manualMichael Shalayeff
2000-08-17pcibios0 at bios0 flags 0x0000Michael Shalayeff
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming.
2000-08-17sshd -u len, similar to telnetdMarkus Friedl
2000-08-17cleanup login(1)-like jobs, no duplicate utmp entriesMarkus Friedl
2000-08-17document -4 and -6 optionsBrad Smith
2000-08-17replace if_awi w/ semi-current netbsd driver; still has problemsMichael Shalayeff
2000-08-17openbsd rcsdidsMichael Shalayeff
2000-08-17Use an MRU of 1504 in the MP examples to allow room for the MP headerbrian
2000-08-17If we're in MP mode with a single open link, MP link level compressionbrian
isn't open and the links MRU >= our MRRU, send outbound traffic as PROTO_IP rather than PROTO_MP. This shaves some bytes off the front of each packet 'till the second link is brought up. Idea obtained from: Cisco
2000-08-17- auth+enc sorta works: fixup all of the offsets for encryption/authenticationJason Wright
- also check for cases that ubsec cannot handle (and should not happen anyway) - actually use the destination length to trim the packet in the output descriptor - don't copy the IV into the packet unless it doesn't already have one (old debugging code...) - style fixes
2000-08-16Pull in proper Makefile.inc, spotted by someone who is not me butTodd C. Miller
I've lost the reference.
2000-08-16morth to use new timeoutsMichael Shalayeff
2000-08-16rio500 webpage moved; noted by William Yodlowsky <wyodlows@nj.devry.edu>Jakob Schlyter
2000-08-16Implement -a option, was documented but not present.Todd C. Miller
2000-08-16/etc/sendmail.cf -> /etc/mail/sendmail.cfBrad Smith
-- PR# 1364, From: sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-08-16Catch the bogus 'MAKEDEV mouse' and spit out a reasonableMarco S Hyman
error message. OK deraadt@
2000-08-16Fix AK4531 data sheet link. Ok'd by deraadt@Kevin Lo
2000-08-16ISDN B channels have a bandwidth of 64000, not 65536brian
Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
2000-08-16If the -p option is used, use setproctitle() to hide it's argumentbrian
(a password) asap.
2000-08-16setproctitle() doesn't need to be called with root privs, so movebrian
it from id.c into defs.c
2000-08-16Default the bandwidth of an ISDN B channel to 65536bpsbrian
2000-08-15Increase if_obytes and if_omcasts in the output routine,Chris Cappuccio
as it replaces ether_output and ether_output does this... (peter.jeremy@alcatel.com.au FreeBSD PR 20611)
2000-08-15print cpu revision and typeMichael Shalayeff
2000-08-15cpu types, enable sti (which works now)Michael Shalayeff
2000-08-15these are our cpu types, we maybe run on them, somedayMichael Shalayeff
2000-08-15note about pcxs and kernel base hereMichael Shalayeff
2000-08-15two btlb routines (i & d) for pcxsMichael Shalayeff
2000-08-15expand per-cpu control routines switchMichael Shalayeff
2000-08-15equiv_end no longer used w/ new kvtopMichael Shalayeff
2000-08-15ugly spacesMichael Shalayeff
2000-08-15compress MD_CACHE_CTL in one lineMichael Shalayeff
2000-08-15new kvtop works, a few more itemsMichael Shalayeff
2000-08-15interrupt gutsMichael Shalayeff
2000-08-15typo; kravietz@ceti.plNiels Provos
2000-08-15cleanup; ok niels@Markus Friedl
2000-08-15use pci_mapreg_map, deallocate resources on failure in attachment; jason@ okMichael Shalayeff
2000-08-15Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missedJason Wright
this yesterday when fixing the encryption side of this case). Only used for old IPSec xforms anyway.
2000-08-15don't forget the initial swizzling with IPAD for inner state (fixesJason Wright
auth-only mode which was broken with new session code).
2000-08-15keep file naming consistent, rename exec.h -> sunos_exec.hBrad Smith
2000-08-15- deallocate all resources grabbed during hifn_attach() when an error occurs.Jason Wright
- temporary workaround for netsec hifn7751 rev A: half the amount of memory because two of the address lines were left floating (better memory check coming soon).