Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-01 | Avoid out of bounds access; Andreas Vogele" <voegelas at gmx dot net> | Otto Moerbeek | |
2005-05-01 | bye, bye. | Marc Espie | |
miod@ checked this does not impact builds on old arches. | |||
2005-05-01 | spelling | David Krause | |
2005-05-01 | spelling | David Krause | |
2005-05-01 | - Sync nubus IDs with NetBSD and add some more | Martin Reindl | |
- add support for reading sMemory resources from nubus cards (currently unused) - support a bunch more nubus video cards. The Miro PRISMA GX seems to handle interrupts like the Radius DirectColor/GX, so just treat it the same. ok miod@ | |||
2005-05-01 | Use quality 0 instead of 1000 for CP0 timecounter like | Alexander Yurchenko | |
for i8254 on i386/amd64. Tested by kettenis@. | |||
2005-05-01 | add Xr boot_zaurus, now that the page exists | Uwe Stuehler | |
2005-05-01 | check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@ | Pedro Martelletto | |
2005-05-01 | update the maxium sendqueue size on ifconfig up; this should fix problems | Markus Friedl | |
where IP cannot send packets larger then 11*mtu (e.g for large UDP/NFS packets); pascoe@ brad@ | |||
2005-05-01 | Another evil hack to turn sidelining into underlining on the Zaurus console. | Christopher Pascoe | |
tested dlg@ | |||
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat | |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-05-01 | RCS id | Brad Smith | |
2005-05-01 | another | joshua stein | |
2005-05-01 | recommend this API better; "a good start" deraadt@ | Damien Miller | |
2005-05-01 | knf | Theo de Raadt | |
2005-05-01 | _yp_check() is a non-standard API. it leaves the domain bound, and the | Theo de Raadt | |
fd use for that too. We are only using it to check if YP is alive, so, unbind YP right after... this removes the reserved port socket fd in the child.. | |||
2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; | Damien Miller | |
ok deraadt@ and millert@ a while ago, more to come | |||
2005-05-01 | run password strength checking regexes as user; ok deraadt@ | Damien Miller | |
2005-04-30 | hyphenate nnn-bit adjectives; | Jason McIntyre | |
2005-04-30 | fix a broken .St; | Jason McIntyre | |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe | |
rotation framework is ready. | |||
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith | |
activity instead of letting it sit and return 'no buffer available' errors. | |||
2005-04-30 | don't set MTU if its the same as what's currently being used. | Brad Smith | |
2005-04-30 | - Add missing break for SIOCSIFADDR | Brad Smith | |
- Allow setting the MTU ok pvalchev@ | |||
2005-04-30 | - Correct the if_link_state_change() logic. | Brad Smith | |
- Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. From FreeBSD ok pvalchev@ | |||
2005-04-30 | sync | Theo de Raadt | |
2005-04-30 | Test various edge cases reading ustar archives. | Otto Moerbeek | |
2005-04-30 | correctly use whole disk, pointed out by toby | Theo de Raadt | |
2005-04-30 | Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro, | Miod Vallat | |
and replace it with faster constructs in some cases; also drop the unused CALLP() macro. | |||
2005-04-30 | Get rid of `U' suffix for psr field values. | Miod Vallat | |
2005-04-30 | Use [XNF]IP_ADDR constants rather than their numeric values. | Miod Vallat | |
2005-04-30 | A simpler and better SET_PC_REGS(). | Miod Vallat | |
2005-04-30 | Remove m88k_psr_type and function with utterly long names to control the psr, | Miod Vallat | |
and use get_psr() / set_psr() or simple macros that expand into them everywhere. No functional change. | |||
2005-04-30 | Remove disabled code which would disable all interrupts rather than switch | Miod Vallat | |
to spltty for processing. | |||
2005-04-30 | As on i386, ensure we save the %ebx register returned from the BIOS | Tom Cosgrove | |
call, not just %bx. Fixes problem introduced in gidt.S r1.3. Problem found, and fix tested, on i386 by Roy Morris rmorris (at) internetsecure (dot) com. Thanks. Bump version on boot, cdboot and pxeboot accordingly. | |||
2005-04-30 | Ensure we save the %ebx register returned from the BIOS call, not just | Tom Cosgrove | |
%bx. Fixes problem introduced in gidt.S r1.29, which could lead to an incomplete memory map, and "too little memory available; running in degraded mode", as found by Roy Morris rmorris (at) internetsecure (dot) com. (Thanks for the report, and for testing the fix.) Bump version on boot, cdboot and pxeboot accordingly. ok weingart@ | |||
2005-04-30 | Fix rtsol IPv6 install - check correct directory for hostname.* files. | Kenneth R Westerback | |
Found & ok dlg@. | |||
2005-04-30 | Add support for large files (> 4GB). | Niall O'Higgins | |
Automatically converts old filesystems to use this if they are already at revision 1 (like Linux). Revision 0 filesystems don't get converted (unlike Linux). From NetBSD | |||
2005-04-30 | Support checking filesystems which have or once had large files (>4 GB) | Niall O'Higgins | |
on them. From NetBSD | |||
2005-04-30 | Fix printing floating-point numbers. Bump major number. | Mark Kettenis | |
ok espie@ | |||
2005-04-30 | various fixes; | Jason McIntyre | |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie | |
extended attribute data structure (pimpl idiom). Idea taken from citrus. Much discussion with deraadt@, otto@, millert@... This is the least disruptive way to extend FILE, since its size can't really change without this being a flag day. So the size doesn't change. Actual additions to the structure will come in separate steps, since this change is nasty enough on its own. Tests by otto@ and others, careful reading of code by otto@ and millert@. This is definitely a major bump, and has been checked to not impact a full ports build. | |||
2005-04-30 | isw* classification functions from citrus, with a `stub' implementation | Marc Espie | |
for the default locale. comments, tests, okay: kettenis@, otto@, jmc@ functions addition -> Minor bump. There's a large bump coming in a separate commit. | |||
2005-04-30 | sort the supported devices list, and fix SEE ALSO; | Jason McIntyre | |
2005-04-30 | check for ETHERMIN in SIOCSIFMTU ioctl; from brad | Peter Valchev | |
2005-04-30 | From NetBSD, pt to by brad (might fix csum problems, else they may | Peter Valchev | |
need to be disabled after more testing): re_encap: set RTK_TDESC_CMD_IPCSUM if any of checksum offloading is requested. otherwise, RTK_TDESC_CMD_TCPCSUM/UDPCSUM don't seem to make any effect. | |||
2005-04-30 | match disklabel change | Theo de Raadt | |
2005-04-30 | Better header at the top: | Theo de Raadt | |
# Inside MBR partition 3: type A6 start 2570463 size 75569697 | |||
2005-04-30 | make this useable to people busy installing | Theo de Raadt | |