Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-25 | Ok, so setsoftnet is md. | Marc Espie | |
Well, on the amiga, setsoftnet *REQUIRES* machine/cpu.h to work... and no include mentioned in those files pulls machine/cpu.h... Nit-fix: / * INET6 */ -> /* INET6 */ | |||
2000-01-25 | cpu_wait(); flush cache in setkpc; explicit bcopy() use in cpu_fork() | Michael Shalayeff | |
2000-01-25 | cpu_wait() and cpu_swapin() do exist | Michael Shalayeff | |
2000-01-25 | Added support for MVME328 SCSI VME board. | Steve Murphree | |
2000-01-25 | name a few crs according to their usage; 33 fpregs | Michael Shalayeff | |
2000-01-24 | fix setregs call for bawkward stacks; does not affect straight case | Michael Shalayeff | |
2000-01-24 | setup fork() child return values | Michael Shalayeff | |
2000-01-24 | Amiga HW clock code was not Y2K compliant. | Marc Espie | |
Fix (from netbsd). | |||
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
2000-01-24 | required files for ELF share library support. this version is | Dale S. Rahn | |
somewhat skeletal. | |||
2000-01-24 | Previous fix to allow '-' in filenames did not work as desired, | Dale S. Rahn | |
causes a trailing ' ' to be on filenames and was not recognized if at beginning of string. Fixed so those instances work also. | |||
2000-01-23 | Allow BITMAP_ADDRESS_DST in ADDFLOW messages. | Angelos D. Keromytis | |
2000-01-23 | Slight changes to root drive detection for powerpc (mac). | Dale S. Rahn | |
2000-01-23 | remove vga/vgafb for now. mac is currently running on openfirmware | Dale S. Rahn | |
console and now that configuration works better, this causes problems. | |||
2000-01-23 | ip4_input -> ip4_input6, and fix typo in comment | Angelos D. Keromytis | |
2000-01-22 | Don't allow the time to be set forward so far it will wrap and become negative, | Todd C. Miller | |
thus allowing an attacker to bypass the next check below. The cutoff is 1 year before rollover occurs, so even if the attacker uses adjtime(2) to move the time past the cutoff, it will take a very long time to get to the wrap point. The actual check is tv_sec > INT_MAX - 365*24*60*60 because on 64 bit platforms tv_sec is 64 bits but time_t is 32 bits. This will need to be changed some time in the future when the size of time_t changes. Add a printf when a user tries to turn the clock backwards and securelevel > 1 | |||
2000-01-22 | minor getdents cleanup: | Todd C. Miller | |
o return ENOTDIR, not EINVAL for v_type != VDIR (SunOS behavior) o return EINVAL for values of nbytes too small to hold a single dir entry o remove a redundant check for error != 0 | |||
2000-01-22 | Remove vga and wscons, not used yet due to openfirmware console. | Dale S. Rahn | |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell | |
2000-01-22 | changes to GENERIC must be matched in GENERIC_SCSI3 | Theo de Raadt | |
2000-01-22 | sync | Theo de Raadt | |
2000-01-22 | mislabeling | Theo de Raadt | |
2000-01-22 | Fix pci probing for the powerpc port, it was previously only probing a | Dale S. Rahn | |
portion of the pci devices, 1,2,4,8,... instead of 1,2,3,4,5,6,7,8,... Updated to use indirect PCI configuration, so that pci-pci buses could be probed. And that devices > 11 on the pci bus could be detected. | |||
2000-01-22 | Allow the address specified in the bus_space_map to either be | Dale S. Rahn | |
the absolute address requested, or the offset address, this is done by oring the requested address with the bus base address. Devices on the mac-io bus are bus base relative, but the pci devices are absolute addresses. | |||
2000-01-22 | do not interpret a '-' character in a file or bootpath as the beginning of | Dale S. Rahn | |
options, the dash character is only special if a space preceeds it. fixes booting from "/pci/mac-io/ide/disk/bsd". | |||
2000-01-21 | Make token_output not static. | Federico G. Schwindt | |
2000-01-21 | Fix comment. | Angelos D. Keromytis | |
2000-01-21 | Typo. | Angelos D. Keromytis | |
2000-01-21 | Forgot to delete this. | Angelos D. Keromytis | |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis | |
affected by net.inet.ipip.allow (the sysctl formerly known as net.inet.ip4.allow), rename the VIF ipip_input to ipip_mroute_input. | |||
2000-01-20 | sync | Theo de Raadt | |
2000-01-20 | DEC 21150-BC bridge chip, AKA DC1111D | Theo de Raadt | |
2000-01-20 | buffer overflow in readline(;) from espie@ | Michael Shalayeff | |
2000-01-20 | set[ug]id, not just setuid | Theo de Raadt | |
2000-01-20 | when procfs is compiled in, if a setuid process has any of descriptors 0-2 | Theo de Raadt | |
open for write on procfs, close it (and, thus, open a /dev/null instead); problem reported by nergal@idea.avet.com.pl, fix by me, thanks for help from millert | |||
2000-01-19 | do not NULL dereference if fd_nfiles < 3 | Theo de Raadt | |
2000-01-19 | another possible workaround for NetBSD PR 9189. | Jun-ichiro itojun Hagino | |
2000-01-19 | Sloppy me. | Aaron Campbell | |
2000-01-19 | Fix matthieu's damage. Amiga kernel sure compiles better with a prototype | Marc Espie | |
for mmioctl. | |||
2000-01-18 | Change so unmodified function key presses are passed to the application. Match | Aaron Campbell | |
function key output characters to those found for the vt220 terminal description in the termcap database. This makes function keys work in Midnight Commander, for example. While we're at it, remove the PCVT_VT220KEYB option altogether. | |||
2000-01-18 | Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP. | Angelos D. Keromytis | |
2000-01-18 | serial console | Michael Shalayeff | |
2000-01-18 | oops, it was not necessary. | Jun-ichiro itojun Hagino | |
2000-01-18 | possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right. | Jun-ichiro itojun Hagino | |
2000-01-18 | sync with FreeBSD: add Farallon PN9000SX as a match | Jason Wright | |
2000-01-18 | sync | Jason Wright | |
2000-01-18 | Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from ↵ | Jason Wright | |
FreeBSD. | |||
2000-01-18 | Fix fxp+nsphy problem: don't reset everytime when switching to auto mode. | Jason Wright | |
Also, document "magic" bits. | |||
2000-01-17 | pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages. | Artur Grabowski | |
This way we only walk the tables once every boot and we don't have to switch to context 0 on every call. | |||
2000-01-17 | remove unneeded stuff from setregs; force single-user for now, enable signal ↵ | Michael Shalayeff | |
debug |