Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. | |||
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. | |||
2000-08-18 | Warn that the ``alias'' command is depricated. | brian | |
We still process it for now though. | |||
2000-08-17 | pcibios tells us everything, no bios_pciinfo | Michael Shalayeff | |
2000-08-17 | see also pcibios(4) | Michael Shalayeff | |
2000-08-17 | do the save_errno thing, but other races still exist in here | Theo de Raadt | |
2000-08-17 | make interface optional, and provide a good default | Theo de Raadt | |
2000-08-17 | clean | Theo de Raadt | |
2000-08-17 | use destination lengths when trimming the output packet (cut and pasto) | Jason Wright | |
2000-08-17 | xref port instead of webpage | Jakob Schlyter | |
2000-08-17 | pcibios manual | Michael Shalayeff | |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael 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-17 | sshd -u len, similar to telnetd | Markus Friedl | |
2000-08-17 | cleanup login(1)-like jobs, no duplicate utmp entries | Markus Friedl | |
2000-08-17 | document -4 and -6 options | Brad Smith | |
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff | |
2000-08-17 | openbsd rcsdids | Michael Shalayeff | |
2000-08-17 | Use an MRU of 1504 in the MP examples to allow room for the MP header | brian | |
2000-08-17 | If we're in MP mode with a single open link, MP link level compression | brian | |
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/authentication | Jason 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-16 | Pull in proper Makefile.inc, spotted by someone who is not me but | Todd C. Miller | |
I've lost the reference. | |||
2000-08-16 | morth to use new timeouts | Michael Shalayeff | |
2000-08-16 | rio500 webpage moved; noted by William Yodlowsky <wyodlows@nj.devry.edu> | Jakob Schlyter | |
2000-08-16 | Implement -a option, was documented but not present. | Todd C. Miller | |
2000-08-16 | /etc/sendmail.cf -> /etc/mail/sendmail.cf | Brad Smith | |
-- PR# 1364, From: sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-08-16 | Catch the bogus 'MAKEDEV mouse' and spit out a reasonable | Marco S Hyman | |
error message. OK deraadt@ | |||
2000-08-16 | Fix AK4531 data sheet link. Ok'd by deraadt@ | Kevin Lo | |
2000-08-16 | ISDN B channels have a bandwidth of 64000, not 65536 | brian | |
Pointed out by: Christian Weisgerber <naddy@mips.inka.de> | |||
2000-08-16 | If the -p option is used, use setproctitle() to hide it's argument | brian | |
(a password) asap. | |||
2000-08-16 | setproctitle() doesn't need to be called with root privs, so move | brian | |
it from id.c into defs.c | |||
2000-08-16 | Default the bandwidth of an ISDN B channel to 65536bps | brian | |
2000-08-15 | Increase 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-15 | print cpu revision and type | Michael Shalayeff | |
2000-08-15 | cpu types, enable sti (which works now) | Michael Shalayeff | |
2000-08-15 | these are our cpu types, we maybe run on them, someday | Michael Shalayeff | |
2000-08-15 | note about pcxs and kernel base here | Michael Shalayeff | |
2000-08-15 | two btlb routines (i & d) for pcxs | Michael Shalayeff | |
2000-08-15 | expand per-cpu control routines switch | Michael Shalayeff | |
2000-08-15 | equiv_end no longer used w/ new kvtop | Michael Shalayeff | |
2000-08-15 | ugly spaces | Michael Shalayeff | |
2000-08-15 | compress MD_CACHE_CTL in one line | Michael Shalayeff | |
2000-08-15 | new kvtop works, a few more items | Michael Shalayeff | |
2000-08-15 | interrupt guts | Michael Shalayeff | |
2000-08-15 | typo; kravietz@ceti.pl | Niels Provos | |
2000-08-15 | cleanup; ok niels@ | Markus Friedl | |
2000-08-15 | use pci_mapreg_map, deallocate resources on failure in attachment; jason@ ok | Michael Shalayeff | |
2000-08-15 | Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missed | Jason Wright | |
this yesterday when fixing the encryption side of this case). Only used for old IPSec xforms anyway. | |||
2000-08-15 | don't forget the initial swizzling with IPAD for inner state (fixes | Jason Wright | |
auth-only mode which was broken with new session code). | |||
2000-08-15 | keep file naming consistent, rename exec.h -> sunos_exec.h | Brad 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). |